Html Css Color HEX #ADDE66 Conifer

📋 copy color: '#ADDE66'

red 173 ◦ green 222 ◦ blue 102

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

Shades of Conifer #ADDE66

Tints of Conifer #ADDE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.52%

R = 34.81%
G = 44.67%
B = 20.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#ADDE66 (or 0xADDE66) is known color: Conifer. HEX triplet: AD, DE and 66. RGB value is (173,222,102). Sum of RGB (Red+Green+Blue) = 173+222+102=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE66 is #522199. Grayscale: #C2C2C2. Windows color (decimal): -5382554 or 6741677. OLE color: 6741677.

HSL color Cylindrical-coordinate representation of color #ADDE66: hue angle of 84.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADDE66 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 102 -
CMYK 0.22 0 0.54 0.13
HSL 84.5º 0.65% 0.64% -
HSV(B) 84.5º 0.54% 0.87% -
XYZ 45.75 62.09 22.14 -
YUV 193.67 76.27 113.26 -
System Red Green Blue C M Y K H S L
Decimal 173 222 102 0.22 0 0.54 0.13 84.5 0.65 0.64
Hex AD DE 66 16 0 36 D 54 41 40
Octal 255 336 146 26 0 66 15 124 101 100
Binary 10101101 11011110 1100110 10110 0 110110 1101 1010100 1000001 1000000

Color Harmonies of #ADDE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDE66

Black with #ADDE66

Text Example


Text Example

White with #ADDE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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