Html Css Color HEX #AED36A Conifer

📋 copy color: '#AED36A'

red 174 ◦ green 211 ◦ blue 106

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

Shades of Conifer #AED36A

Tints of Conifer #AED36A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.97%

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

R = 35.44%
G = 42.97%
B = 21.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#AED36A (or 0xAED36A) is known color: Conifer. HEX triplet: AE, D3 and 6A. RGB value is (174,211,106). Sum of RGB (Red+Green+Blue) = 174+211+106=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #AED36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED36A is #512C95. Grayscale: #BCBCBC. Windows color (decimal): -5319830 or 7001006. OLE color: 7001006.

HSL color Cylindrical-coordinate representation of color #AED36A: hue angle of 81.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AED36A is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 106 -
CMYK 0.18 0 0.50 0.17
HSL 81.14º 0.54% 0.62% -
HSV(B) 81.14º 0.5% 0.83% -
XYZ 43.35 56.63 22.28 -
YUV 187.97 81.74 118.04 -
System Red Green Blue C M Y K H S L
Decimal 174 211 106 0.18 0 0.50 0.17 81.14 0.54 0.62
Hex AE D3 6A 12 0 32 11 51 36 3E
Octal 256 323 152 22 0 62 21 121 66 76
Binary 10101110 11010011 1101010 10010 0 110010 10001 1010001 110110 111110

Color Harmonies of #AED36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED36A

Black with #AED36A

Text Example


Text Example

White with #AED36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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