Html Css Color HEX #AED566 Conifer

📋 copy color: '#AED566'

red 174 ◦ green 213 ◦ blue 102

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

Shades of Conifer #AED566

Tints of Conifer #AED566

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.56%

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

R = 35.58%
G = 43.56%
B = 20.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#AED566 (or 0xAED566) is known color: Conifer. HEX triplet: AE, D5 and 66. RGB value is (174,213,102). Sum of RGB (Red+Green+Blue) = 174+213+102=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #AED566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED566 is #512A99. Grayscale: #BDBDBD. Windows color (decimal): -5319322 or 6739374. OLE color: 6739374.

HSL color Cylindrical-coordinate representation of color #AED566: hue angle of 81.08º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AED566 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 102 -
CMYK 0.18 0 0.52 0.16
HSL 81.08º 0.57% 0.62% -
HSV(B) 81.08º 0.52% 0.84% -
XYZ 43.65 57.55 21.38 -
YUV 188.69 79.08 117.53 -
System Red Green Blue C M Y K H S L
Decimal 174 213 102 0.18 0 0.52 0.16 81.08 0.57 0.62
Hex AE D5 66 12 0 34 10 51 39 3E
Octal 256 325 146 22 0 64 20 121 71 76
Binary 10101110 11010101 1100110 10010 0 110100 10000 1010001 111001 111110

Color Harmonies of #AED566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED566

Black with #AED566

Text Example


Text Example

White with #AED566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED566; }

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

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

background-color css

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

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

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

border-color css

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

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

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