Html Css Color HEX #8AB708 Citrus

📋 copy color: '#8AB708'

red 138 ◦ green 183 ◦ blue 8

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

Shades of Citrus #8AB708

Tints of Citrus #8AB708

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.62%

 BLUE value IS 8 (3.52% from 255) = 2.43%

R = 41.95%
G = 55.62%
B = 2.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#8AB708 (or 0x8AB708) is known color: Citrus. HEX triplet: 8A, B7 and 08. RGB value is (138,183,8). Sum of RGB (Red+Green+Blue) = 138+183+8=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB708 is #7548F7. Grayscale: #969696. Windows color (decimal): -7686392 or 571274. OLE color: 571274.

HSL color Cylindrical-coordinate representation of color #8AB708: hue angle of 75.43º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AB708 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 183 8 -
CMYK 0.25 0 0.96 0.28
HSL 75.43º 0.92% 0.37% -
HSV(B) 75.43º 0.96% 0.72% -
XYZ 27.46 39.29 6.37 -
YUV 149.6 48.09 119.73 -
System Red Green Blue C M Y K H S L
Decimal 138 183 8 0.25 0 0.96 0.28 75.43 0.92 0.37
Hex 8A B7 8 19 0 60 1C 4B 5C 25
Octal 212 267 10 31 0 140 34 113 134 45
Binary 10001010 10110111 1000 11001 0 1100000 11100 1001011 1011100 100101

Color Harmonies of #8AB708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB708

Black with #8AB708

Text Example


Text Example

White with #8AB708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,183,8); }

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

background-color css

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

 a { background-color: rgb(138,183,8); }

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

border-color css

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

 span { border-color: rgb(138,183,8); }

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