Html Css Color HEX #AEDE66 Conifer

📋 copy color: '#AEDE66'

red 174 ◦ green 222 ◦ blue 102

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

Shades of Conifer #AEDE66

Tints of Conifer #AEDE66

RGB

 RED value IS 174 (68.36% from 255) = 34.94%

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

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

R = 34.94%
G = 44.58%
B = 20.48%

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

#AEDE66 (or 0xAEDE66) is known color: Conifer. HEX triplet: AE, DE and 66. RGB value is (174,222,102). Sum of RGB (Red+Green+Blue) = 174+222+102=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE66 is #512199. Grayscale: #C2C2C2. Windows color (decimal): -5317018 or 6741678. OLE color: 6741678.

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

Color convert

RGB 174 222 102 -
CMYK 0.22 0 0.54 0.13
HSL 84º 0.65% 0.64% -
HSV(B) 84º 0.54% 0.87% -
XYZ 45.98 62.2 22.15 -
YUV 193.97 76.1 113.76 -
System Red Green Blue C M Y K H S L
Decimal 174 222 102 0.22 0 0.54 0.13 84 0.65 0.64
Hex AE DE 66 16 0 36 D 54 41 40
Octal 256 336 146 26 0 66 15 124 101 100
Binary 10101110 11011110 1100110 10110 0 110110 1101 1010100 1000001 1000000

Color Harmonies of #AEDE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE66

Black with #AEDE66

Text Example


Text Example

White with #AEDE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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