#9ABE06

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

Shades of Citrus #9ABE06

Tints of Citrus #9ABE06

Color information

#9ABE06 (or 0x9ABE06) is unknown color: approx Citrus. HEX triplet: 9A, BE and 06. RGB value is (154,190,6). Sum of RGB (Red+Green+Blue) = 154+190+6=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABE06 is #6541F9. Grayscale: #9E9E9E. Windows color (decimal): -6636026 or 442010. OLE color: 442010.

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

Color convert

RGB1541906-
CMYK0.1900.970.25
HSL71.74º93.88%38.43%-
HSV(B)71.74º96.84%74.51%-
XYZ31.7743.716.93-
YUV158.2642.07124.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44%
GREEN value IS 190 (74.61% from 255) = 54.29%
BLUE value IS 6 (2.73% from 255) = 1.71%
R=44%
G=54.29%
B=1.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15419060.1900.970.2571.7493.8838.43
Hex9ABE61306119485e26
Octal23227662301413111013646
Binary100110101011111011010011011000011100110010001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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