Html Css Color HEX #AED66D Conifer

📋 copy color: '#AED66D'

red 174 ◦ green 214 ◦ blue 109

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

Shades of Conifer #AED66D

Tints of Conifer #AED66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.06%

 BLUE value IS 109 (42.97% from 255) = 21.93%

R = 35.01%
G = 43.06%
B = 21.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#AED66D (or 0xAED66D) is known color: Conifer. HEX triplet: AE, D6 and 6D. RGB value is (174,214,109). Sum of RGB (Red+Green+Blue) = 174+214+109=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #AED66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED66D is #512992. Grayscale: #BEBEBE. Windows color (decimal): -5319059 or 7198382. OLE color: 7198382.

HSL color Cylindrical-coordinate representation of color #AED66D: hue angle of 82.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AED66D is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 109 -
CMYK 0.19 0 0.49 0.16
HSL 82.86º 0.56% 0.63% -
HSV(B) 82.86º 0.49% 0.84% -
XYZ 44.26 58.2 23.37 -
YUV 190.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 174 214 109 0.19 0 0.49 0.16 82.86 0.56 0.63
Hex AE D6 6D 13 0 31 10 53 38 3F
Octal 256 326 155 23 0 61 20 123 70 77
Binary 10101110 11010110 1101101 10011 0 110001 10000 1010011 111000 111111

Color Harmonies of #AED66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED66D

Black with #AED66D

Text Example


Text Example

White with #AED66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED66D; }

 p { color: rgb(174,214,109); }

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

background-color css

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

 a { background-color: rgb(174,214,109); }

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

border-color css

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

 span { border-color: rgb(174,214,109); }

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