Html Css Color HEX #8AB707 Citrus

📋 copy color: '#8AB707'

red 138 ◦ green 183 ◦ blue 7

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

Shades of Citrus #8AB707

Tints of Citrus #8AB707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 42.07%
G = 55.79%
B = 2.13%

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

#8AB707 (or 0x8AB707) is known color: Citrus. HEX triplet: 8A, B7 and 07. RGB value is (138,183,7). Sum of RGB (Red+Green+Blue) = 138+183+7=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB707 is #7548F8. Grayscale: #969696. Windows color (decimal): -7686393 or 505738. OLE color: 505738.

HSL color Cylindrical-coordinate representation of color #8AB707: hue angle of 75.34º degrees, saturation: 0.93, 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 #8AB707 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 183 7 -
CMYK 0.25 0 0.96 0.28
HSL 75.34º 0.93% 0.37% -
HSV(B) 75.34º 0.96% 0.72% -
XYZ 27.45 39.29 6.34 -
YUV 149.48 47.59 119.81 -
System Red Green Blue C M Y K H S L
Decimal 138 183 7 0.25 0 0.96 0.28 75.34 0.93 0.37
Hex 8A B7 7 19 0 60 1C 4B 5D 25
Octal 212 267 7 31 0 140 34 113 135 45
Binary 10001010 10110111 111 11001 0 1100000 11100 1001011 1011101 100101

Color Harmonies of #8AB707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB707

Black with #8AB707

Text Example


Text Example

White with #8AB707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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