Html Css Color HEX #8AB807 Citrus

📋 copy color: '#8AB807'

red 138 ◦ green 184 ◦ blue 7

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

Shades of Citrus #8AB807

Tints of Citrus #8AB807

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.93%

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

R = 41.95%
G = 55.93%
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

#8AB807 (or 0x8AB807) is known color: Citrus. HEX triplet: 8A, B8 and 07. RGB value is (138,184,7). Sum of RGB (Red+Green+Blue) = 138+184+7=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB807 is #7547F8. Grayscale: #969696. Windows color (decimal): -7686137 or 505994. OLE color: 505994.

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

Color convert

RGB 138 184 7 -
CMYK 0.25 0 0.96 0.28
HSL 75.59º 0.93% 0.37% -
HSV(B) 75.59º 0.96% 0.72% -
XYZ 27.66 39.7 6.41 -
YUV 150.07 47.26 119.39 -
System Red Green Blue C M Y K H S L
Decimal 138 184 7 0.25 0 0.96 0.28 75.59 0.93 0.37
Hex 8A B8 7 19 0 60 1C 4C 5D 25
Octal 212 270 7 31 0 140 34 114 135 45
Binary 10001010 10111000 111 11001 0 1100000 11100 1001100 1011101 100101

Color Harmonies of #8AB807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB807

Black with #8AB807

Text Example


Text Example

White with #8AB807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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