Html Css Color HEX #AAEE55 Conifer

📋 copy color: '#AAEE55'

red 170 ◦ green 238 ◦ blue 85

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

Shades of Conifer #AAEE55

Tints of Conifer #AAEE55

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.28%

 BLUE value IS 85 (33.59% from 255) = 17.24%

R = 34.48%
G = 48.28%
B = 17.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#AAEE55 (or 0xAAEE55) is known color: Conifer. HEX triplet: AA, EE and 55. RGB value is (170,238,85). Sum of RGB (Red+Green+Blue) = 170+238+85=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE55 is #5511AA. Grayscale: #C8C8C8. Windows color (decimal): -5575083 or 5631658. OLE color: 5631658.

HSL color Cylindrical-coordinate representation of color #AAEE55: hue angle of 86.67º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAEE55 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 85 -
CMYK 0.29 0 0.64 0.07
HSL 86.67º 0.82% 0.63% -
HSV(B) 86.67º 0.64% 0.93% -
XYZ 48.79 70.35 19.6 -
YUV 200.23 62.97 106.44 -
System Red Green Blue C M Y K H S L
Decimal 170 238 85 0.29 0 0.64 0.07 86.67 0.82 0.63
Hex AA EE 55 1D 0 40 7 57 52 3F
Octal 252 356 125 35 0 100 7 127 122 77
Binary 10101010 11101110 1010101 11101 0 1000000 111 1010111 1010010 111111

Color Harmonies of #AAEE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEE55

Black with #AAEE55

Text Example


Text Example

White with #AAEE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEE55; }

 p { color: rgb(170,238,85); }

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

background-color css

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

 a { background-color: rgb(170,238,85); }

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

border-color css

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

 span { border-color: rgb(170,238,85); }

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