Html Css Color HEX #9AB802 Citrus

📋 copy color: '#9AB802'

red 154 ◦ green 184 ◦ blue 2

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

Shades of Citrus #9AB802

Tints of Citrus #9AB802

RGB

 RED value IS 154 (60.55% from 255) = 45.29%

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 45.29%
G = 54.12%
B = 0.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#9AB802 (or 0x9AB802) is known color: Citrus. HEX triplet: 9A, B8 and 02. RGB value is (154,184,2). Sum of RGB (Red+Green+Blue) = 154+184+2=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB802 is #6547FD. Grayscale: #9A9A9A. Windows color (decimal): -6637566 or 178330. OLE color: 178330.

HSL color Cylindrical-coordinate representation of color #9AB802: hue angle of 69.89º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AB802 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 184 2 -
CMYK 0.16 0 0.99 0.28
HSL 69.89º 0.98% 0.36% -
HSV(B) 69.89º 0.99% 0.72% -
XYZ 30.48 41.16 6.39 -
YUV 154.28 42.06 127.8 -
System Red Green Blue C M Y K H S L
Decimal 154 184 2 0.16 0 0.99 0.28 69.89 0.98 0.36
Hex 9A B8 2 10 0 63 1C 46 62 24
Octal 232 270 2 20 0 143 34 106 142 44
Binary 10011010 10111000 10 10000 0 1100011 11100 1000110 1100010 100100

Color Harmonies of #9AB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB802

Black with #9AB802

Text Example


Text Example

White with #9AB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB802; }

 p { color: rgb(154,184,2); }

 H1.HeaderClassName
 {
   color: #9AB802;
 }
 .AnyTagClassName
 {
   color: #9AB802;
 }
</style>

background-color css

<style>
 a { background-color: #9AB802; }

 a { background-color: rgb(154,184,2); }

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

border-color css

<style>
 span { border-color: #9AB802; }

 span { border-color: rgb(154,184,2); }

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