Html Css Color HEX #AAE142 Conifer

📋 copy color: '#AAE142'

red 170 ◦ green 225 ◦ blue 66

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

Shades of Conifer #AAE142

Tints of Conifer #AAE142

RGB

 RED value IS 170 (66.8% from 255) = 36.88%

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

 BLUE value IS 66 (26.17% from 255) = 14.32%

R = 36.88%
G = 48.81%
B = 14.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#AAE142 (or 0xAAE142) is known color: Conifer. HEX triplet: AA, E1 and 42. RGB value is (170,225,66). Sum of RGB (Red+Green+Blue) = 170+225+66=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE142 is #551EBD. Grayscale: #BFBFBF. Windows color (decimal): -5578430 or 4383146. OLE color: 4383146.

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

Color convert

RGB 170 225 66 -
CMYK 0.24 0 0.71 0.12
HSL 80.75º 0.73% 0.57% -
HSV(B) 80.75º 0.71% 0.88% -
XYZ 44.49 62.79 14.93 -
YUV 190.43 57.78 113.43 -
System Red Green Blue C M Y K H S L
Decimal 170 225 66 0.24 0 0.71 0.12 80.75 0.73 0.57
Hex AA E1 42 18 0 47 C 51 49 39
Octal 252 341 102 30 0 107 14 121 111 71
Binary 10101010 11100001 1000010 11000 0 1000111 1100 1010001 1001001 111001

Color Harmonies of #AAE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE142

Black with #AAE142

Text Example


Text Example

White with #AAE142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE142; }

 p { color: rgb(170,225,66); }

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

background-color css

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

 a { background-color: rgb(170,225,66); }

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

border-color css

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

 span { border-color: rgb(170,225,66); }

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