Html Css Color HEX #ADDE64 Conifer

📋 copy color: '#ADDE64'

red 173 ◦ green 222 ◦ blue 100

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

Shades of Conifer #ADDE64

Tints of Conifer #ADDE64

RGB

 RED value IS 173 (67.97% from 255) = 34.95%

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

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

R = 34.95%
G = 44.85%
B = 20.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#ADDE64 (or 0xADDE64) is known color: Conifer. HEX triplet: AD, DE and 64. RGB value is (173,222,100). Sum of RGB (Red+Green+Blue) = 173+222+100=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE64 is #52219B. Grayscale: #C1C1C1. Windows color (decimal): -5382556 or 6610605. OLE color: 6610605.

HSL color Cylindrical-coordinate representation of color #ADDE64: hue angle of 84.1º 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 #ADDE64 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 100 -
CMYK 0.22 0 0.55 0.13
HSL 84.1º 0.65% 0.63% -
HSV(B) 84.1º 0.55% 0.87% -
XYZ 45.66 62.05 21.63 -
YUV 193.44 75.27 113.42 -
System Red Green Blue C M Y K H S L
Decimal 173 222 100 0.22 0 0.55 0.13 84.1 0.65 0.63
Hex AD DE 64 16 0 37 D 54 41 3F
Octal 255 336 144 26 0 67 15 124 101 77
Binary 10101101 11011110 1100100 10110 0 110111 1101 1010100 1000001 111111

Color Harmonies of #ADDE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDE64

Black with #ADDE64

Text Example


Text Example

White with #ADDE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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