#8ACC25

Color #8ACC25 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8ACC25

Tints of Yellow Green #8ACC25

Color information

#8ACC25 (or 0x8ACC25) is unknown color: approx Yellow Green. HEX triplet: 8A, CC and 25. RGB value is (138,204,37). Sum of RGB (Red+Green+Blue) = 138+204+37=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACC25 is #7533DA. Grayscale: #A5A5A5. Windows color (decimal): -7680987 or 2477194. OLE color: 2477194.

HSL color Cylindrical-coordinate representation of color #8ACC25: hue angle of 83.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8ACC25 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB13820437-
CMYK0.3200.820.2
HSL83.71º69.29%47.25%-
HSV(B)83.71º81.86%80%-
XYZ32.4148.729.45-
YUV165.2355.63108.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 36.41%
GREEN value IS 204 (80.08% from 255) = 53.83%
BLUE value IS 37 (14.84% from 255) = 9.76%
R=36.41%
G=53.83%
B=9.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal138204370.3200.820.283.7169.2947.25
Hex8ACC25200521454452f
Octal212314454001222412410557
Binary1000101011001100100101100000010100101010010101001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ACC25; }

 p { color: rgb(138,204,37); }

 H1.HeaderClassName
 {
   color: #8ACC25;
 }
 .AnyTagClassName
 {
   color: #8ACC25;
 }
</style>
background-color css

<style>
 a { background-color: #8ACC25; }

 a { background-color: rgb(138,204,37); }

 div.DivClassName
 {
   background-color: #8ACC25;
 }
 .BgClassName
 {
   background-color: #8ACC25;
 }
</style>
border-color css

<style>
 span { border-color: #8ACC25; }

 span { border-color: rgb(138,204,37); }

 td.TdClassName
 {
   border-color: #8ACC25;
 }
 .TagClassName
 {
   border-color: #8ACC25;
 }
</style>