Html Css Color HEX #AAE364 Conifer

📋 copy color: '#AAE364'

red 170 ◦ green 227 ◦ blue 100

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

Shades of Conifer #AAE364

Tints of Conifer #AAE364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.12%

R = 34.21%
G = 45.67%
B = 20.12%

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

#AAE364 (or 0xAAE364) is known color: Conifer. HEX triplet: AA, E3 and 64. RGB value is (170,227,100). Sum of RGB (Red+Green+Blue) = 170+227+100=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE364 is #551C9B. Grayscale: #C3C3C3. Windows color (decimal): -5577884 or 6611882. OLE color: 6611882.

HSL color Cylindrical-coordinate representation of color #AAE364: hue angle of 86.93º 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 #AAE364 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 227 100 -
CMYK 0.25 0 0.56 0.11
HSL 86.93º 0.69% 0.64% -
HSV(B) 86.93º 0.56% 0.89% -
XYZ 46.35 64.4 22.05 -
YUV 195.48 74.12 109.83 -
System Red Green Blue C M Y K H S L
Decimal 170 227 100 0.25 0 0.56 0.11 86.93 0.69 0.64
Hex AA E3 64 19 0 38 B 57 45 40
Octal 252 343 144 31 0 70 13 127 105 100
Binary 10101010 11100011 1100100 11001 0 111000 1011 1010111 1000101 1000000

Color Harmonies of #AAE364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE364

Black with #AAE364

Text Example


Text Example

White with #AAE364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE364; }

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

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

background-color css

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

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

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

border-color css

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

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

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