Html Css Color HEX #9ADE64 Conifer

📋 copy color: '#9ADE64'

red 154 ◦ green 222 ◦ blue 100

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

Shades of Conifer #9ADE64

Tints of Conifer #9ADE64

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.64%

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

R = 32.35%
G = 46.64%
B = 21.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#9ADE64 (or 0x9ADE64) is known color: Conifer. HEX triplet: 9A, DE and 64. RGB value is (154,222,100). Sum of RGB (Red+Green+Blue) = 154+222+100=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADE64 is #65219B. Grayscale: #BCBCBC. Windows color (decimal): -6627740 or 6610586. OLE color: 6610586.

HSL color Cylindrical-coordinate representation of color #9ADE64: hue angle of 93.44º degrees, saturation: 0.65, 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 #9ADE64 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 222 100 -
CMYK 0.31 0 0.55 0.13
HSL 93.44º 0.65% 0.63% -
HSV(B) 93.44º 0.55% 0.87% -
XYZ 41.75 60.03 21.44 -
YUV 187.76 78.47 103.92 -
System Red Green Blue C M Y K H S L
Decimal 154 222 100 0.31 0 0.55 0.13 93.44 0.65 0.63
Hex 9A DE 64 1F 0 37 D 5D 41 3F
Octal 232 336 144 37 0 67 15 135 101 77
Binary 10011010 11011110 1100100 11111 0 110111 1101 1011101 1000001 111111

Color Harmonies of #9ADE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADE64

Black with #9ADE64

Text Example


Text Example

White with #9ADE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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