Html Css Color HEX #AEDD4A Conifer

📋 copy color: '#AEDD4A'

red 174 ◦ green 221 ◦ blue 74

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

Shades of Conifer #AEDD4A

Tints of Conifer #AEDD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.78%

R = 37.1%
G = 47.12%
B = 15.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#AEDD4A (or 0xAEDD4A) is known color: Conifer. HEX triplet: AE, DD and 4A. RGB value is (174,221,74). Sum of RGB (Red+Green+Blue) = 174+221+74=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD4A is #5122B5. Grayscale: #BEBEBE. Windows color (decimal): -5317302 or 4906414. OLE color: 4906414.

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

Color convert

RGB 174 221 74 -
CMYK 0.21 0 0.67 0.13
HSL 79.18º 0.68% 0.58% -
HSV(B) 79.18º 0.67% 0.87% -
XYZ 44.55 61.21 15.94 -
YUV 190.19 62.43 116.45 -
System Red Green Blue C M Y K H S L
Decimal 174 221 74 0.21 0 0.67 0.13 79.18 0.68 0.58
Hex AE DD 4A 15 0 43 D 4F 44 3A
Octal 256 335 112 25 0 103 15 117 104 72
Binary 10101110 11011101 1001010 10101 0 1000011 1101 1001111 1000100 111010

Color Harmonies of #AEDD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD4A

Black with #AEDD4A

Text Example


Text Example

White with #AEDD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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