#9AF962

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

Shades of Conifer #9AF962

Tints of Conifer #9AF962

Color information

#9AF962 (or 0x9AF962) is unknown color: approx Conifer. HEX triplet: 9A, F9 and 62. RGB value is (154,249,98). Sum of RGB (Red+Green+Blue) = 154+249+98=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF962 is #65069D. Grayscale: #CBCBCB. Windows color (decimal): -6620830 or 6486426. OLE color: 6486426.

HSL color Cylindrical-coordinate representation of color #9AF962: hue angle of 97.75º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AF962 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB15424998-
CMYK0.3800.610.02
HSL97.75º92.64%68.04%-
HSV(B)97.75º60.64%97.65%-
XYZ49.4175.523.52-
YUV203.3868.5392.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 249 (97.66% from 255) = 49.70%
BLUE value IS 98 (38.67% from 255) = 19.56%
R=30.74%
G=49.70%
B=19.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal154249980.3800.610.0297.7592.6468.04
Hex9AF9622603D2625d44
Octal232371142460752142135104
Binary10011010111110011100010100110011110110110001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,249,98); }

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

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

 a { background-color: rgb(154,249,98); }

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

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

 span { border-color: rgb(154,249,98); }

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