#9AF14C

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

Shades of Conifer #9AF14C

Tints of Conifer #9AF14C

Color information

#9AF14C (or 0x9AF14C) is unknown color: approx Conifer. HEX triplet: 9A, F1 and 4C. RGB value is (154,241,76). Sum of RGB (Red+Green+Blue) = 154+241+76=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF14C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AF14C is #650EB3. Grayscale: #C4C4C4. Windows color (decimal): -6622900 or 5042586. OLE color: 5042586.

HSL color Cylindrical-coordinate representation of color #9AF14C: hue angle of 91.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AF14C is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB15424176-
CMYK0.3600.680.05
HSL91.64º85.49%62.16%-
HSV(B)91.64º68.46%94.51%-
XYZ46.0970.317.98-
YUV196.1860.1897.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 241 (94.53% from 255) = 51.17%
BLUE value IS 76 (30.08% from 255) = 16.14%
R=32.70%
G=51.17%
B=16.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal154241760.3600.680.0591.6485.4962.16
Hex9AF14C2404455c553e
Octal232361114440104513412576
Binary100110101111000110011001001000100010010110111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,241,76); }

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

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

 a { background-color: rgb(154,241,76); }

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

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

 span { border-color: rgb(154,241,76); }

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