#9AB70A

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

Shades of Citrus #9AB70A

Tints of Citrus #9AB70A

Color information

#9AB70A (or 0x9AB70A) is unknown color: approx Citrus. HEX triplet: 9A, B7 and 0A. RGB value is (154,183,10). Sum of RGB (Red+Green+Blue) = 154+183+10=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB70A is #6548F5. Grayscale: #9B9B9B. Windows color (decimal): -6637814 or 702362. OLE color: 702362.

HSL color Cylindrical-coordinate representation of color #9AB70A: hue angle of 70.06º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9AB70A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB15418310-
CMYK0.1600.950.28
HSL70.06º89.64%37.84%-
HSV(B)70.06º94.54%71.76%-
XYZ30.3140.766.56-
YUV154.6146.39127.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.38%
GREEN value IS 183 (71.88% from 255) = 52.74%
BLUE value IS 10 (4.30% from 255) = 2.88%
R=44.38%
G=52.74%
B=2.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154183100.1600.950.2870.0689.6437.84
Hex9AB7A1005F1C465a26
Octal232267122001373410613246
Binary1001101010110111101010000010111111110010001101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,183,10); }

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

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

 a { background-color: rgb(154,183,10); }

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

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

 span { border-color: rgb(154,183,10); }

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