Html Css Color HEX #AED766 Conifer

📋 copy color: '#AED766'

red 174 ◦ green 215 ◦ blue 102

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

Shades of Conifer #AED766

Tints of Conifer #AED766

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.79%

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

R = 35.44%
G = 43.79%
B = 20.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#AED766 (or 0xAED766) is known color: Conifer. HEX triplet: AE, D7 and 66. RGB value is (174,215,102). Sum of RGB (Red+Green+Blue) = 174+215+102=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #AED766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED766 is #512899. Grayscale: #BEBEBE. Windows color (decimal): -5318810 or 6739886. OLE color: 6739886.

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

Color convert

RGB 174 215 102 -
CMYK 0.19 0 0.53 0.16
HSL 81.77º 0.59% 0.62% -
HSV(B) 81.77º 0.53% 0.84% -
XYZ 44.15 58.56 21.55 -
YUV 189.86 78.42 116.69 -
System Red Green Blue C M Y K H S L
Decimal 174 215 102 0.19 0 0.53 0.16 81.77 0.59 0.62
Hex AE D7 66 13 0 35 10 52 3B 3E
Octal 256 327 146 23 0 65 20 122 73 76
Binary 10101110 11010111 1100110 10011 0 110101 10000 1010010 111011 111110

Color Harmonies of #AED766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED766

Black with #AED766

Text Example


Text Example

White with #AED766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED766; }

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

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

background-color css

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

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

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

border-color css

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

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

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