Html Css Color HEX #AAE365 Conifer

📋 copy color: '#AAE365'

red 170 ◦ green 227 ◦ blue 101

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

Shades of Conifer #AAE365

Tints of Conifer #AAE365

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.58%

 BLUE value IS 101 (39.84% from 255) = 20.28%

R = 34.14%
G = 45.58%
B = 20.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#AAE365 (or 0xAAE365) is known color: Conifer. HEX triplet: AA, E3 and 65. RGB value is (170,227,101). Sum of RGB (Red+Green+Blue) = 170+227+101=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE365 is #551C9A. Grayscale: #C4C4C4. Windows color (decimal): -5577883 or 6677418. OLE color: 6677418.

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

Color convert

RGB 170 227 101 -
CMYK 0.25 0 0.56 0.11
HSL 87.14º 0.69% 0.64% -
HSV(B) 87.14º 0.56% 0.89% -
XYZ 46.4 64.42 22.3 -
YUV 195.59 74.62 109.75 -
System Red Green Blue C M Y K H S L
Decimal 170 227 101 0.25 0 0.56 0.11 87.14 0.69 0.64
Hex AA E3 65 19 0 38 B 57 45 40
Octal 252 343 145 31 0 70 13 127 105 100
Binary 10101010 11100011 1100101 11001 0 111000 1011 1010111 1000101 1000000

Color Harmonies of #AAE365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE365

Black with #AAE365

Text Example


Text Example

White with #AAE365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE365; }

 p { color: rgb(170,227,101); }

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

background-color css

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

 a { background-color: rgb(170,227,101); }

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

border-color css

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

 span { border-color: rgb(170,227,101); }

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