Html Css Color HEX #AEE052 Conifer

📋 copy color: '#AEE052'

red 174 ◦ green 224 ◦ blue 82

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

Shades of Conifer #AEE052

Tints of Conifer #AEE052

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.67%

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

R = 36.25%
G = 46.67%
B = 17.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#AEE052 (or 0xAEE052) is known color: Conifer. HEX triplet: AE, E0 and 52. RGB value is (174,224,82). Sum of RGB (Red+Green+Blue) = 174+224+82=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE052 is #511FAD. Grayscale: #C1C1C1. Windows color (decimal): -5316526 or 5431470. OLE color: 5431470.

HSL color Cylindrical-coordinate representation of color #AEE052: hue angle of 81.13º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEE052 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 82 -
CMYK 0.22 0 0.63 0.12
HSL 81.13º 0.7% 0.6% -
HSV(B) 81.13º 0.63% 0.88% -
XYZ 45.63 62.92 17.72 -
YUV 192.86 65.44 114.55 -
System Red Green Blue C M Y K H S L
Decimal 174 224 82 0.22 0 0.63 0.12 81.13 0.7 0.6
Hex AE E0 52 16 0 3F C 51 46 3C
Octal 256 340 122 26 0 77 14 121 106 74
Binary 10101110 11100000 1010010 10110 0 111111 1100 1010001 1000110 111100

Color Harmonies of #AEE052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE052

Black with #AEE052

Text Example


Text Example

White with #AEE052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE052; }

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

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

background-color css

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

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

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

border-color css

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

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

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