#9ABF32

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

Shades of Yellow Green #9ABF32

Tints of Yellow Green #9ABF32

Color information

#9ABF32 (or 0x9ABF32) is unknown color: approx Yellow Green. HEX triplet: 9A, BF and 32. RGB value is (154,191,50). Sum of RGB (Red+Green+Blue) = 154+191+50=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABF32 is #6540CD. Grayscale: #A4A4A4. Windows color (decimal): -6635726 or 3325850. OLE color: 3325850.

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

Color convert

RGB15419150-
CMYK0.1900.740.25
HSL75.74º58.51%47.25%-
HSV(B)75.74º73.82%74.9%-
XYZ32.5344.369.87-
YUV163.8663.74120.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.99%
GREEN value IS 191 (75% from 255) = 48.35%
BLUE value IS 50 (19.92% from 255) = 12.66%
R=38.99%
G=48.35%
B=12.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154191500.1900.740.2575.7458.5147.25
Hex9ABF321304A194c3b2f
Octal23227762230112311147357
Binary10011010101111111100101001101001010110011001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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