#9ABE09

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

Shades of Citrus #9ABE09

Tints of Citrus #9ABE09

Color information

#9ABE09 (or 0x9ABE09) is unknown color: approx Citrus. HEX triplet: 9A, BE and 09. RGB value is (154,190,9). Sum of RGB (Red+Green+Blue) = 154+190+9=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABE09 is #6541F6. Grayscale: #9F9F9F. Windows color (decimal): -6636023 or 638618. OLE color: 638618.

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

Color convert

RGB1541909-
CMYK0.1900.950.25
HSL71.93º90.95%39.02%-
HSV(B)71.93º95.26%74.51%-
XYZ31.7943.727.02-
YUV158.643.57124.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.63%
GREEN value IS 190 (74.61% from 255) = 53.82%
BLUE value IS 9 (3.91% from 255) = 2.55%
R=43.63%
G=53.82%
B=2.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15419090.1900.950.2571.9390.9539.02
Hex9ABE91305F19485b27
Octal232276112301373111013347
Binary1001101010111110100110011010111111100110010001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,190,9); }

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

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

 a { background-color: rgb(154,190,9); }

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

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

 span { border-color: rgb(154,190,9); }

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