#9AF75A

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

Shades of Conifer #9AF75A

Tints of Conifer #9AF75A

Color information

#9AF75A (or 0x9AF75A) is unknown color: approx Conifer. HEX triplet: 9A, F7 and 5A. RGB value is (154,247,90). Sum of RGB (Red+Green+Blue) = 154+247+90=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF75A is #6508A5. Grayscale: #C9C9C9. Windows color (decimal): -6621350 or 5961626. OLE color: 5961626.

HSL color Cylindrical-coordinate representation of color #9AF75A: hue angle of 95.54º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AF75A is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB15424790-
CMYK0.3800.640.03
HSL95.54º90.75%66.08%-
HSV(B)95.54º63.56%96.86%-
XYZ48.4374.1321.43-
YUV201.365.1994.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 247 (96.88% from 255) = 50.31%
BLUE value IS 90 (35.55% from 255) = 18.33%
R=31.36%
G=50.31%
B=18.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal154247900.3800.640.0395.5490.7566.08
Hex9AF75A260403605b42
Octal2323671324601003140133102
Binary100110101111011110110101001100100000011110000010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,247,90); }

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

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

 a { background-color: rgb(154,247,90); }

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

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

 span { border-color: rgb(154,247,90); }

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