#9AD35C

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

Shades of Conifer #9AD35C

Tints of Conifer #9AD35C

Color information

#9AD35C (or 0x9AD35C) is unknown color: approx Conifer. HEX triplet: 9A, D3 and 5C. RGB value is (154,211,92). Sum of RGB (Red+Green+Blue) = 154+211+92=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD35C is #652CA3. Grayscale: #B4B4B4. Windows color (decimal): -6630564 or 6083482. OLE color: 6083482.

HSL color Cylindrical-coordinate representation of color #9AD35C: hue angle of 88.74º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AD35C is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB15421192-
CMYK0.2700.560.17
HSL88.74º57.49%59.41%-
HSV(B)88.74º56.4%82.75%-
XYZ38.5554.2318.56-
YUV180.3978.12109.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.70%
GREEN value IS 211 (82.81% from 255) = 46.17%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=33.70%
G=46.17%
B=20.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal154211920.2700.560.1788.7457.4959.41
Hex9AD35C1B0381159393b
Octal23232313433070211317173
Binary10011010110100111011100110110111000100011011001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,211,92); }

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

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

 a { background-color: rgb(154,211,92); }

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

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

 span { border-color: rgb(154,211,92); }

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