Html Css Color HEX #AEE450 Conifer

📋 copy color: '#AEE450'

red 174 ◦ green 228 ◦ blue 80

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

Shades of Conifer #AEE450

Tints of Conifer #AEE450

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.3%

 BLUE value IS 80 (31.64% from 255) = 16.6%

R = 36.1%
G = 47.3%
B = 16.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#AEE450 (or 0xAEE450) is known color: Conifer. HEX triplet: AE, E4 and 50. RGB value is (174,228,80). Sum of RGB (Red+Green+Blue) = 174+228+80=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE450 is #511BAF. Grayscale: #C3C3C3. Windows color (decimal): -5315504 or 5301422. OLE color: 5301422.

HSL color Cylindrical-coordinate representation of color #AEE450: hue angle of 81.89º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEE450 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 228 80 -
CMYK 0.24 0 0.65 0.11
HSL 81.89º 0.73% 0.6% -
HSV(B) 81.89º 0.65% 0.89% -
XYZ 46.65 65.06 17.69 -
YUV 194.98 63.11 113.03 -
System Red Green Blue C M Y K H S L
Decimal 174 228 80 0.24 0 0.65 0.11 81.89 0.73 0.6
Hex AE E4 50 18 0 41 B 52 49 3C
Octal 256 344 120 30 0 101 13 122 111 74
Binary 10101110 11100100 1010000 11000 0 1000001 1011 1010010 1001001 111100

Color Harmonies of #AEE450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE450

Black with #AEE450

Text Example


Text Example

White with #AEE450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE450; }

 p { color: rgb(174,228,80); }

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

background-color css

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

 a { background-color: rgb(174,228,80); }

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

border-color css

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

 span { border-color: rgb(174,228,80); }

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