#9AD662

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

Shades of Conifer #9AD662

Tints of Conifer #9AD662

Color information

#9AD662 (or 0x9AD662) is unknown color: approx Conifer. HEX triplet: 9A, D6 and 62. RGB value is (154,214,98). Sum of RGB (Red+Green+Blue) = 154+214+98=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD662 is #65299D. Grayscale: #B7B7B7. Windows color (decimal): -6629790 or 6477466. OLE color: 6477466.

HSL color Cylindrical-coordinate representation of color #9AD662: hue angle of 91.03º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AD662 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB15421498-
CMYK0.2800.540.16
HSL91.03º58.59%61.18%-
HSV(B)91.03º54.21%83.92%-
XYZ39.5855.8520.25-
YUV182.8480.12107.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.05%
GREEN value IS 214 (83.98% from 255) = 45.92%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=33.05%
G=45.92%
B=21.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154214980.2800.540.1691.0358.5961.18
Hex9AD6621C036105b3b3d
Octal23232614234066201337375
Binary10011010110101101100010111000110110100001011011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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