#9ABF00

Color #9ABF00 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9ABF00

Tints of Citrus #9ABF00

Color information

#9ABF00 (or 0x9ABF00) is unknown color: approx Citrus. HEX triplet: 9A, BF and 00. RGB value is (154,191,0). Sum of RGB (Red+Green+Blue) = 154+191+0=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABF00 is #6540FF. Grayscale: #9E9E9E. Windows color (decimal): -6635776 or 49050. OLE color: 49050.

HSL color Cylindrical-coordinate representation of color #9ABF00: hue angle of 71.62º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9ABF00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1541910-
CMYK0.19010.25
HSL71.62º100%37.45%-
HSV(B)71.62º100%74.9%-
XYZ31.9644.136.83-
YUV158.1638.74125.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.64%
GREEN value IS 191 (75% from 255) = 55.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.64%
G=55.36%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15419100.19010.2571.6210037.45
Hex9ABF01306419486425
Octal23227702301443111014445
Binary1001101010111111010011011001001100110010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ABF00;
 }
 .AnyTagClassName
 {
   color: #9ABF00;
 }
</style>
background-color css

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

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

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

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

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

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