Html Css Color HEX #9ADD64 Conifer

📋 copy color: '#9ADD64'

red 154 ◦ green 221 ◦ blue 100

#9ADD64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #9ADD64

Tints of Conifer #9ADD64

RGB

 RED value IS 154 (60.55% from 255) = 32.42%

 GREEN value IS 221 (86.72% from 255) = 46.53%

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 32.42%
G = 46.53%
B = 21.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#9ADD64 (or 0x9ADD64) is known color: Conifer. HEX triplet: 9A, DD and 64. RGB value is (154,221,100). Sum of RGB (Red+Green+Blue) = 154+221+100=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD64 is #65229B. Grayscale: #BBBBBB. Windows color (decimal): -6627996 or 6610330. OLE color: 6610330.

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

Color convert

RGB 154 221 100 -
CMYK 0.30 0 0.55 0.13
HSL 93.22º 0.64% 0.63% -
HSV(B) 93.22º 0.55% 0.87% -
XYZ 41.48 59.5 21.36 -
YUV 187.17 78.8 104.34 -
System Red Green Blue C M Y K H S L
Decimal 154 221 100 0.30 0 0.55 0.13 93.22 0.64 0.63
Hex 9A DD 64 1E 0 37 D 5D 40 3F
Octal 232 335 144 36 0 67 15 135 100 77
Binary 10011010 11011101 1100100 11110 0 110111 1101 1011101 1000000 111111

Color Harmonies of #9ADD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADD64

Black with #9ADD64

Text Example


Text Example

White with #9ADD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,221,100); }

 H1.HeaderClassName
 {
   color: #9ADD64;
 }
 .AnyTagClassName
 {
   color: #9ADD64;
 }
</style>

background-color css

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

 a { background-color: rgb(154,221,100); }

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

border-color css

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

 span { border-color: rgb(154,221,100); }

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