#9AED5D

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

Shades of Conifer #9AED5D

Tints of Conifer #9AED5D

Color information

#9AED5D (or 0x9AED5D) is unknown color: approx Conifer. HEX triplet: 9A, ED and 5D. RGB value is (154,237,93). Sum of RGB (Red+Green+Blue) = 154+237+93=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AED5D is #6512A2. Grayscale: #C4C4C4. Windows color (decimal): -6623907 or 6155674. OLE color: 6155674.

HSL color Cylindrical-coordinate representation of color #9AED5D: hue angle of 94.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AED5D is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB15423793-
CMYK0.3500.610.07
HSL94.58º80%64.71%-
HSV(B)94.58º60.76%92.94%-
XYZ45.5968.2321.12-
YUV195.777098.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.82%
GREEN value IS 237 (92.97% from 255) = 48.97%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=31.82%
G=48.97%
B=19.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal154237930.3500.610.0794.588064.71
Hex9AED5D2303D75f5041
Octal232355135430757137120101
Binary100110101110110110111011000110111101111101111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AED5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,237,93); }

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

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

 a { background-color: rgb(154,237,93); }

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

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

 span { border-color: rgb(154,237,93); }

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