Html Css Color HEX #AAE260 Conifer

📋 copy color: '#AAE260'

red 170 ◦ green 226 ◦ blue 96

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

Shades of Conifer #AAE260

Tints of Conifer #AAE260

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.93%

 BLUE value IS 96 (37.89% from 255) = 19.51%

R = 34.55%
G = 45.93%
B = 19.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#AAE260 (or 0xAAE260) is known color: Conifer. HEX triplet: AA, E2 and 60. RGB value is (170,226,96). Sum of RGB (Red+Green+Blue) = 170+226+96=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE260 is #551D9F. Grayscale: #C2C2C2. Windows color (decimal): -5578144 or 6349482. OLE color: 6349482.

HSL color Cylindrical-coordinate representation of color #AAE260: hue angle of 85.85º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAE260 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 96 -
CMYK 0.25 0 0.58 0.11
HSL 85.85º 0.69% 0.63% -
HSV(B) 85.85º 0.58% 0.89% -
XYZ 45.89 63.78 20.96 -
YUV 194.44 72.45 110.57 -
System Red Green Blue C M Y K H S L
Decimal 170 226 96 0.25 0 0.58 0.11 85.85 0.69 0.63
Hex AA E2 60 19 0 3A B 56 45 3F
Octal 252 342 140 31 0 72 13 126 105 77
Binary 10101010 11100010 1100000 11001 0 111010 1011 1010110 1000101 111111

Color Harmonies of #AAE260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE260

Black with #AAE260

Text Example


Text Example

White with #AAE260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE260; }

 p { color: rgb(170,226,96); }

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

background-color css

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

 a { background-color: rgb(170,226,96); }

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

border-color css

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

 span { border-color: rgb(170,226,96); }

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