Html Css Color HEX #AEE145 Conifer

📋 copy color: '#AEE145'

red 174 ◦ green 225 ◦ blue 69

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

Shades of Conifer #AEE145

Tints of Conifer #AEE145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.74%

R = 37.18%
G = 48.08%
B = 14.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#AEE145 (or 0xAEE145) is known color: Conifer. HEX triplet: AE, E1 and 45. RGB value is (174,225,69). Sum of RGB (Red+Green+Blue) = 174+225+69=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE145 is #511EBA. Grayscale: #C0C0C0. Windows color (decimal): -5316283 or 4579758. OLE color: 4579758.

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

Color convert

RGB 174 225 69 -
CMYK 0.23 0 0.69 0.12
HSL 79.62º 0.72% 0.58% -
HSV(B) 79.62º 0.69% 0.88% -
XYZ 45.45 63.28 15.45 -
YUV 191.97 58.6 115.18 -
System Red Green Blue C M Y K H S L
Decimal 174 225 69 0.23 0 0.69 0.12 79.62 0.72 0.58
Hex AE E1 45 17 0 45 C 50 48 3A
Octal 256 341 105 27 0 105 14 120 110 72
Binary 10101110 11100001 1000101 10111 0 1000101 1100 1010000 1001000 111010

Color Harmonies of #AEE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE145

Black with #AEE145

Text Example


Text Example

White with #AEE145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE145; }

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

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

background-color css

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

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

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

border-color css

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

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

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