Html Css Color HEX #AEE150 Conifer

📋 copy color: '#AEE150'

red 174 ◦ green 225 ◦ blue 80

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

Shades of Conifer #AEE150

Tints of Conifer #AEE150

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.97%

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

R = 36.33%
G = 46.97%
B = 16.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#AEE150 (or 0xAEE150) is known color: Conifer. HEX triplet: AE, E1 and 50. RGB value is (174,225,80). Sum of RGB (Red+Green+Blue) = 174+225+80=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE150 is #511EAF. Grayscale: #C1C1C1. Windows color (decimal): -5316272 or 5300654. OLE color: 5300654.

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

Color convert

RGB 174 225 80 -
CMYK 0.23 0 0.64 0.12
HSL 81.1º 0.71% 0.6% -
HSV(B) 81.1º 0.64% 0.88% -
XYZ 45.83 63.43 17.42 -
YUV 193.22 64.1 114.29 -
System Red Green Blue C M Y K H S L
Decimal 174 225 80 0.23 0 0.64 0.12 81.1 0.71 0.6
Hex AE E1 50 17 0 40 C 51 47 3C
Octal 256 341 120 27 0 100 14 121 107 74
Binary 10101110 11100001 1010000 10111 0 1000000 1100 1010001 1000111 111100

Color Harmonies of #AEE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE150

Black with #AEE150

Text Example


Text Example

White with #AEE150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE150; }

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

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

background-color css

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

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

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

border-color css

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

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

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