Html Css Color HEX #AED66A Conifer

📋 copy color: '#AED66A'

red 174 ◦ green 214 ◦ blue 106

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

Shades of Conifer #AED66A

Tints of Conifer #AED66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.46%

R = 35.22%
G = 43.32%
B = 21.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#AED66A (or 0xAED66A) is known color: Conifer. HEX triplet: AE, D6 and 6A. RGB value is (174,214,106). Sum of RGB (Red+Green+Blue) = 174+214+106=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #AED66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED66A is #512995. Grayscale: #BEBEBE. Windows color (decimal): -5319062 or 7001774. OLE color: 7001774.

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

Color convert

RGB 174 214 106 -
CMYK 0.19 0 0.50 0.16
HSL 82.22º 0.57% 0.63% -
HSV(B) 82.22º 0.5% 0.84% -
XYZ 44.1 58.13 22.53 -
YUV 189.73 80.75 116.78 -
System Red Green Blue C M Y K H S L
Decimal 174 214 106 0.19 0 0.50 0.16 82.22 0.57 0.63
Hex AE D6 6A 13 0 32 10 52 39 3F
Octal 256 326 152 23 0 62 20 122 71 77
Binary 10101110 11010110 1101010 10011 0 110010 10000 1010010 111001 111111

Color Harmonies of #AED66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED66A

Black with #AED66A

Text Example


Text Example

White with #AED66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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