Html Css Color HEX #AAE55F Conifer

📋 copy color: '#AAE55F'

red 170 ◦ green 229 ◦ blue 95

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

Shades of Conifer #AAE55F

Tints of Conifer #AAE55F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.36%

 BLUE value IS 95 (37.5% from 255) = 19.23%

R = 34.41%
G = 46.36%
B = 19.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#AAE55F (or 0xAAE55F) is known color: Conifer. HEX triplet: AA, E5 and 5F. RGB value is (170,229,95). Sum of RGB (Red+Green+Blue) = 170+229+95=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE55F is #551AA0. Grayscale: #C4C4C4. Windows color (decimal): -5577377 or 6284714. OLE color: 6284714.

HSL color Cylindrical-coordinate representation of color #AAE55F: hue angle of 86.42º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAE55F is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 95 -
CMYK 0.26 0 0.59 0.10
HSL 86.42º 0.72% 0.64% -
HSV(B) 86.42º 0.59% 0.9% -
XYZ 46.66 65.41 20.99 -
YUV 196.08 70.95 109.4 -
System Red Green Blue C M Y K H S L
Decimal 170 229 95 0.26 0 0.59 0.10 86.42 0.72 0.64
Hex AA E5 5F 1A 0 3B A 56 48 40
Octal 252 345 137 32 0 73 12 126 110 100
Binary 10101010 11100101 1011111 11010 0 111011 1010 1010110 1001000 1000000

Color Harmonies of #AAE55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE55F

Black with #AAE55F

Text Example


Text Example

White with #AAE55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE55F; }

 p { color: rgb(170,229,95); }

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

background-color css

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

 a { background-color: rgb(170,229,95); }

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

border-color css

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

 span { border-color: rgb(170,229,95); }

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