Html Css Color HEX #8AB30C Citrus

📋 copy color: '#8AB30C'

red 138 ◦ green 179 ◦ blue 12

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

Shades of Citrus #8AB30C

Tints of Citrus #8AB30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.41%

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

R = 41.95%
G = 54.41%
B = 3.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#8AB30C (or 0x8AB30C) is known color: Citrus. HEX triplet: 8A, B3 and 0C. RGB value is (138,179,12). Sum of RGB (Red+Green+Blue) = 138+179+12=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB30C is #754CF3. Grayscale: #949494. Windows color (decimal): -7687412 or 832394. OLE color: 832394.

HSL color Cylindrical-coordinate representation of color #8AB30C: hue angle of 74.73º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AB30C is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 12 -
CMYK 0.23 0 0.93 0.30
HSL 74.73º 0.87% 0.37% -
HSV(B) 74.73º 0.93% 0.7% -
XYZ 26.67 37.67 6.21 -
YUV 147.7 51.42 121.08 -
System Red Green Blue C M Y K H S L
Decimal 138 179 12 0.23 0 0.93 0.30 74.73 0.87 0.37
Hex 8A B3 C 17 0 5D 1E 4B 57 25
Octal 212 263 14 27 0 135 36 113 127 45
Binary 10001010 10110011 1100 10111 0 1011101 11110 1001011 1010111 100101

Color Harmonies of #8AB30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB30C

Black with #8AB30C

Text Example


Text Example

White with #8AB30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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