#9adf63

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

Shades of Conifer #9ADF63

Tints of Conifer #9ADF63

Color information

#9ADF63 (or 0x9ADF63) is unknown color: approx Conifer. HEX triplet: 9A, DF and 63. RGB value is (154,223,99). Sum of RGB (Red+Green+Blue) = 154+223+99=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADF63 is #65209C. Grayscale: #BCBCBC. Windows color (decimal): -6627485 or 6545306. OLE color: 6545306.

HSL color Cylindrical-coordinate representation of color #9ADF63: hue angle of 93.39º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9ADF63 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB15422399-
CMYK0.3100.560.13
HSL93.39º65.96%63.14%-
HSV(B)93.39º55.61%87.45%-
XYZ41.9760.5521.28-
YUV188.2377.64103.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 223 (87.5% from 255) = 46.85%
BLUE value IS 99 (39.06% from 255) = 20.80%
R=32.35%
G=46.85%
B=20.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154223990.3100.560.1393.3965.9663.14
Hex9ADF631F038D5d423f
Octal232337143370701513510277
Binary10011010110111111100011111110111000110110111011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9adf63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,223,99); }

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

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

 a { background-color: rgb(154,223,99); }

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

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

 span { border-color: rgb(154,223,99); }

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