Html Css Color HEX #AAE946 Conifer

📋 copy color: '#AAE946'

red 170 ◦ green 233 ◦ blue 70

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

Shades of Conifer #AAE946

Tints of Conifer #AAE946

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.26%

 BLUE value IS 70 (27.73% from 255) = 14.8%

R = 35.94%
G = 49.26%
B = 14.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#AAE946 (or 0xAAE946) is known color: Conifer. HEX triplet: AA, E9 and 46. RGB value is (170,233,70). Sum of RGB (Red+Green+Blue) = 170+233+70=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE946 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE946 is #5516B9. Grayscale: #C4C4C4. Windows color (decimal): -5576378 or 4647338. OLE color: 4647338.

HSL color Cylindrical-coordinate representation of color #AAE946: hue angle of 83.19º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAE946 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 70 -
CMYK 0.27 0 0.70 0.09
HSL 83.19º 0.79% 0.59% -
HSV(B) 83.19º 0.7% 0.91% -
XYZ 46.82 67.27 16.31 -
YUV 195.58 57.13 109.75 -
System Red Green Blue C M Y K H S L
Decimal 170 233 70 0.27 0 0.70 0.09 83.19 0.79 0.59
Hex AA E9 46 1B 0 46 9 53 4F 3B
Octal 252 351 106 33 0 106 11 123 117 73
Binary 10101010 11101001 1000110 11011 0 1000110 1001 1010011 1001111 111011

Color Harmonies of #AAE946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE946

Black with #AAE946

Text Example


Text Example

White with #AAE946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE946; }

 p { color: rgb(170,233,70); }

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

background-color css

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

 a { background-color: rgb(170,233,70); }

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

border-color css

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

 span { border-color: rgb(170,233,70); }

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