Html Css Color HEX #AAE264 Conifer

📋 copy color: '#AAE264'

red 170 ◦ green 226 ◦ blue 100

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

Shades of Conifer #AAE264

Tints of Conifer #AAE264

RGB

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

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

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

R = 34.27%
G = 45.56%
B = 20.16%

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

#AAE264 (or 0xAAE264) is known color: Conifer. HEX triplet: AA, E2 and 64. RGB value is (170,226,100). Sum of RGB (Red+Green+Blue) = 170+226+100=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE264 is #551D9B. Grayscale: #C3C3C3. Windows color (decimal): -5578140 or 6611626. OLE color: 6611626.

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

Color convert

RGB 170 226 100 -
CMYK 0.25 0 0.56 0.11
HSL 86.67º 0.68% 0.64% -
HSV(B) 86.67º 0.56% 0.89% -
XYZ 46.07 63.86 21.95 -
YUV 194.89 74.45 110.25 -
System Red Green Blue C M Y K H S L
Decimal 170 226 100 0.25 0 0.56 0.11 86.67 0.68 0.64
Hex AA E2 64 19 0 38 B 57 44 40
Octal 252 342 144 31 0 70 13 127 104 100
Binary 10101010 11100010 1100100 11001 0 111000 1011 1010111 1000100 1000000

Color Harmonies of #AAE264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE264

Black with #AAE264

Text Example


Text Example

White with #AAE264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE264; }

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

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

background-color css

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

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

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

border-color css

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

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

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