Html Css Color HEX #AAE163 Conifer

📋 copy color: '#AAE163'

red 170 ◦ green 225 ◦ blue 99

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

Shades of Conifer #AAE163

Tints of Conifer #AAE163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.04%

R = 34.41%
G = 45.55%
B = 20.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#AAE163 (or 0xAAE163) is known color: Conifer. HEX triplet: AA, E1 and 63. RGB value is (170,225,99). Sum of RGB (Red+Green+Blue) = 170+225+99=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE163 is #551E9C. Grayscale: #C2C2C2. Windows color (decimal): -5578397 or 6545834. OLE color: 6545834.

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

Color convert

RGB 170 225 99 -
CMYK 0.24 0 0.56 0.12
HSL 86.19º 0.68% 0.64% -
HSV(B) 86.19º 0.56% 0.88% -
XYZ 45.75 63.3 21.61 -
YUV 194.19 74.28 110.75 -
System Red Green Blue C M Y K H S L
Decimal 170 225 99 0.24 0 0.56 0.12 86.19 0.68 0.64
Hex AA E1 63 18 0 38 C 56 44 40
Octal 252 341 143 30 0 70 14 126 104 100
Binary 10101010 11100001 1100011 11000 0 111000 1100 1010110 1000100 1000000

Color Harmonies of #AAE163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE163

Black with #AAE163

Text Example


Text Example

White with #AAE163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE163; }

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

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

background-color css

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

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

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

border-color css

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

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

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