Html Css Color HEX #ADE066 Conifer

📋 copy color: '#ADE066'

red 173 ◦ green 224 ◦ blue 102

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

Shades of Conifer #ADE066

Tints of Conifer #ADE066

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.89%

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

R = 34.67%
G = 44.89%
B = 20.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#ADE066 (or 0xADE066) is known color: Conifer. HEX triplet: AD, E0 and 66. RGB value is (173,224,102). Sum of RGB (Red+Green+Blue) = 173+224+102=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE066 is #521F99. Grayscale: #C3C3C3. Windows color (decimal): -5382042 or 6742189. OLE color: 6742189.

HSL color Cylindrical-coordinate representation of color #ADE066: hue angle of 85.08º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADE066 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 224 102 -
CMYK 0.23 0 0.54 0.12
HSL 85.08º 0.66% 0.64% -
HSV(B) 85.08º 0.54% 0.88% -
XYZ 46.29 63.15 22.32 -
YUV 194.84 75.6 112.42 -
System Red Green Blue C M Y K H S L
Decimal 173 224 102 0.23 0 0.54 0.12 85.08 0.66 0.64
Hex AD E0 66 17 0 36 C 55 42 40
Octal 255 340 146 27 0 66 14 125 102 100
Binary 10101101 11100000 1100110 10111 0 110110 1100 1010101 1000010 1000000

Color Harmonies of #ADE066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE066

Black with #ADE066

Text Example


Text Example

White with #ADE066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE066; }

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

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

background-color css

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

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

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

border-color css

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

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

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