#9ABE07

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

Shades of Citrus #9ABE07

Tints of Citrus #9ABE07

Color information

#9ABE07 (or 0x9ABE07) is unknown color: approx Citrus. HEX triplet: 9A, BE and 07. RGB value is (154,190,7). Sum of RGB (Red+Green+Blue) = 154+190+7=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABE07 is #6541F8. Grayscale: #9F9F9F. Windows color (decimal): -6636025 or 507546. OLE color: 507546.

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

Color convert

RGB1541907-
CMYK0.1900.960.25
HSL71.8º92.89%38.63%-
HSV(B)71.8º96.32%74.51%-
XYZ31.7843.716.96-
YUV158.3742.57124.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.87%
GREEN value IS 190 (74.61% from 255) = 54.13%
BLUE value IS 7 (3.12% from 255) = 1.99%
R=43.87%
G=54.13%
B=1.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15419070.1900.960.2571.892.8938.63
Hex9ABE71306019485d27
Octal23227672301403111013547
Binary100110101011111011110011011000001100110010001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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