#8ACB1C

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

Shades of Yellow Green #8ACB1C

Tints of Yellow Green #8ACB1C

Color information

#8ACB1C (or 0x8ACB1C) is unknown color: approx Yellow Green. HEX triplet: 8A, CB and 1C. RGB value is (138,203,28). Sum of RGB (Red+Green+Blue) = 138+203+28=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB1C is #7534E3. Grayscale: #A4A4A4. Windows color (decimal): -7681252 or 1887114. OLE color: 1887114.

HSL color Cylindrical-coordinate representation of color #8ACB1C: hue angle of 82.29º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8ACB1C is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB13820328-
CMYK0.3200.860.20
HSL82.29º75.76%45.29%-
HSV(B)82.29º86.21%79.61%-
XYZ32.0548.28.71-
YUV163.6251.47109.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.40%
GREEN value IS 203 (79.69% from 255) = 55.01%
BLUE value IS 28 (11.33% from 255) = 7.59%
R=37.40%
G=55.01%
B=7.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138203280.3200.860.2082.2975.7645.29
Hex8ACB1C2005614524c2d
Octal212313344001262412211455
Binary100010101100101111100100000010101101010010100101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,203,28); }

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

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

 a { background-color: rgb(138,203,28); }

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

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

 span { border-color: rgb(138,203,28); }

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