Html Css Color HEX #9AB300 Citrus

📋 copy color: '#9AB300'

red 154 ◦ green 179 ◦ blue 0

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

Shades of Citrus #9AB300

Tints of Citrus #9AB300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.25%
G = 53.75%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#9AB300 (or 0x9AB300) is known color: Citrus. HEX triplet: 9A, B3 and 00. RGB value is (154,179,0). Sum of RGB (Red+Green+Blue) = 154+179+0=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB300 is #654CFF. Grayscale: #979797. Windows color (decimal): -6638848 or 45978. OLE color: 45978.

HSL color Cylindrical-coordinate representation of color #9AB300: hue angle of 68.38º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AB300 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 179 0 -
CMYK 0.14 0 1 0.30
HSL 68.38º 1% 0.35% -
HSV(B) 68.38º 1% 0.7% -
XYZ 29.45 39.11 6 -
YUV 151.12 42.72 130.05 -
System Red Green Blue C M Y K H S L
Decimal 154 179 0 0.14 0 1 0.30 68.38 1 0.35
Hex 9A B3 0 E 0 64 1E 44 64 23
Octal 232 263 0 16 0 144 36 104 144 43
Binary 10011010 10110011 0 1110 0 1100100 11110 1000100 1100100 100011

Color Harmonies of #9AB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB300

Black with #9AB300

Text Example


Text Example

White with #9AB300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,179,0); }

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

background-color css

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

 a { background-color: rgb(154,179,0); }

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

border-color css

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

 span { border-color: rgb(154,179,0); }

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