Html Css Color HEX #8AB50C Citrus

📋 copy color: '#8AB50C'

red 138 ◦ green 181 ◦ blue 12

#8AB50C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8AB50C

Tints of Citrus #8AB50C

RGB

 RED value IS 138 (54.3% from 255) = 41.69%

 GREEN value IS 181 (71.09% from 255) = 54.68%

 BLUE value IS 12 (5.08% from 255) = 3.63%

R = 41.69%
G = 54.68%
B = 3.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#8AB50C (or 0x8AB50C) is known color: Citrus. HEX triplet: 8A, B5 and 0C. RGB value is (138,181,12). Sum of RGB (Red+Green+Blue) = 138+181+12=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB50C is #754AF3. Grayscale: #959595. Windows color (decimal): -7686900 or 832906. OLE color: 832906.

HSL color Cylindrical-coordinate representation of color #8AB50C: hue angle of 75.27º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AB50C is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 181 12 -
CMYK 0.24 0 0.93 0.29
HSL 75.27º 0.88% 0.38% -
HSV(B) 75.27º 0.93% 0.71% -
XYZ 27.07 38.48 6.35 -
YUV 148.88 50.75 120.24 -
System Red Green Blue C M Y K H S L
Decimal 138 181 12 0.24 0 0.93 0.29 75.27 0.88 0.38
Hex 8A B5 C 18 0 5D 1D 4B 58 26
Octal 212 265 14 30 0 135 35 113 130 46
Binary 10001010 10110101 1100 11000 0 1011101 11101 1001011 1011000 100110

Color Harmonies of #8AB50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB50C

Black with #8AB50C

Text Example


Text Example

White with #8AB50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,181,12); }

 H1.HeaderClassName
 {
   color: #8AB50C;
 }
 .AnyTagClassName
 {
   color: #8AB50C;
 }
</style>

background-color css

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

 a { background-color: rgb(138,181,12); }

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

border-color css

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

 span { border-color: rgb(138,181,12); }

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