Html Css Color HEX #AEDD5A Conifer

📋 copy color: '#AEDD5A'

red 174 ◦ green 221 ◦ blue 90

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

Shades of Conifer #AEDD5A

Tints of Conifer #AEDD5A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.57%

 BLUE value IS 90 (35.55% from 255) = 18.56%

R = 35.88%
G = 45.57%
B = 18.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#AEDD5A (or 0xAEDD5A) is known color: Conifer. HEX triplet: AE, DD and 5A. RGB value is (174,221,90). Sum of RGB (Red+Green+Blue) = 174+221+90=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD5A is #5122A5. Grayscale: #C0C0C0. Windows color (decimal): -5317286 or 5954990. OLE color: 5954990.

HSL color Cylindrical-coordinate representation of color #AEDD5A: hue angle of 81.53º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEDD5A is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 90 -
CMYK 0.21 0 0.59 0.13
HSL 81.53º 0.66% 0.61% -
HSV(B) 81.53º 0.59% 0.87% -
XYZ 45.16 61.45 19.15 -
YUV 192.01 70.43 115.15 -
System Red Green Blue C M Y K H S L
Decimal 174 221 90 0.21 0 0.59 0.13 81.53 0.66 0.61
Hex AE DD 5A 15 0 3B D 52 42 3D
Octal 256 335 132 25 0 73 15 122 102 75
Binary 10101110 11011101 1011010 10101 0 111011 1101 1010010 1000010 111101

Color Harmonies of #AEDD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD5A

Black with #AEDD5A

Text Example


Text Example

White with #AEDD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD5A; }

 p { color: rgb(174,221,90); }

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

background-color css

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

 a { background-color: rgb(174,221,90); }

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

border-color css

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

 span { border-color: rgb(174,221,90); }

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