Html Css Color HEX #AEDD52 Conifer

📋 copy color: '#AEDD52'

red 174 ◦ green 221 ◦ blue 82

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

Shades of Conifer #AEDD52

Tints of Conifer #AEDD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.19%

R = 36.48%
G = 46.33%
B = 17.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#AEDD52 (or 0xAEDD52) is known color: Conifer. HEX triplet: AE, DD and 52. RGB value is (174,221,82). Sum of RGB (Red+Green+Blue) = 174+221+82=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD52 is #5122AD. Grayscale: #BFBFBF. Windows color (decimal): -5317294 or 5430702. OLE color: 5430702.

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

Color convert

RGB 174 221 82 -
CMYK 0.21 0 0.63 0.13
HSL 80.29º 0.67% 0.59% -
HSV(B) 80.29º 0.63% 0.87% -
XYZ 44.84 61.32 17.46 -
YUV 191.1 66.43 115.8 -
System Red Green Blue C M Y K H S L
Decimal 174 221 82 0.21 0 0.63 0.13 80.29 0.67 0.59
Hex AE DD 52 15 0 3F D 50 43 3B
Octal 256 335 122 25 0 77 15 120 103 73
Binary 10101110 11011101 1010010 10101 0 111111 1101 1010000 1000011 111011

Color Harmonies of #AEDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD52

Black with #AEDD52

Text Example


Text Example

White with #AEDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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