Html Css Color HEX #8AB40C Citrus

📋 copy color: '#8AB40C'

red 138 ◦ green 180 ◦ blue 12

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

Shades of Citrus #8AB40C

Tints of Citrus #8AB40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.55%

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

R = 41.82%
G = 54.55%
B = 3.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#8AB40C (or 0x8AB40C) is known color: Citrus. HEX triplet: 8A, B4 and 0C. RGB value is (138,180,12). Sum of RGB (Red+Green+Blue) = 138+180+12=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB40C is #754BF3. Grayscale: #949494. Windows color (decimal): -7687156 or 832650. OLE color: 832650.

HSL color Cylindrical-coordinate representation of color #8AB40C: hue angle of 75º 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 #8AB40C is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 180 12 -
CMYK 0.23 0 0.93 0.29
HSL 75º 0.88% 0.38% -
HSV(B) 75º 0.93% 0.71% -
XYZ 26.87 38.07 6.28 -
YUV 148.29 51.09 120.66 -
System Red Green Blue C M Y K H S L
Decimal 138 180 12 0.23 0 0.93 0.29 75 0.88 0.38
Hex 8A B4 C 17 0 5D 1D 4B 58 26
Octal 212 264 14 27 0 135 35 113 130 46
Binary 10001010 10110100 1100 10111 0 1011101 11101 1001011 1011000 100110

Color Harmonies of #8AB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB40C

Black with #8AB40C

Text Example


Text Example

White with #8AB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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