Html Css Color HEX #AED96A Conifer

📋 copy color: '#AED96A'

red 174 ◦ green 217 ◦ blue 106

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

Shades of Conifer #AED96A

Tints of Conifer #AED96A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.66%

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

R = 35.01%
G = 43.66%
B = 21.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#AED96A (or 0xAED96A) is known color: Conifer. HEX triplet: AE, D9 and 6A. RGB value is (174,217,106). Sum of RGB (Red+Green+Blue) = 174+217+106=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #AED96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED96A is #512695. Grayscale: #BFBFBF. Windows color (decimal): -5318294 or 7002542. OLE color: 7002542.

HSL color Cylindrical-coordinate representation of color #AED96A: hue angle of 83.24º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AED96A is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 106 -
CMYK 0.20 0 0.51 0.15
HSL 83.24º 0.59% 0.63% -
HSV(B) 83.24º 0.51% 0.85% -
XYZ 44.87 59.66 22.79 -
YUV 191.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 174 217 106 0.20 0 0.51 0.15 83.24 0.59 0.63
Hex AE D9 6A 14 0 33 F 53 3B 3F
Octal 256 331 152 24 0 63 17 123 73 77
Binary 10101110 11011001 1101010 10100 0 110011 1111 1010011 111011 111111

Color Harmonies of #AED96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED96A

Black with #AED96A

Text Example


Text Example

White with #AED96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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