Html Css Color HEX #AAD55A Conifer

📋 copy color: '#AAD55A'

red 170 ◦ green 213 ◦ blue 90

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

Shades of Conifer #AAD55A

Tints of Conifer #AAD55A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.03%

 BLUE value IS 90 (35.55% from 255) = 19.03%

R = 35.94%
G = 45.03%
B = 19.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#AAD55A (or 0xAAD55A) is known color: Conifer. HEX triplet: AA, D5 and 5A. RGB value is (170,213,90). Sum of RGB (Red+Green+Blue) = 170+213+90=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD55A is #552AA5. Grayscale: #BABABA. Windows color (decimal): -5581478 or 5952938. OLE color: 5952938.

HSL color Cylindrical-coordinate representation of color #AAD55A: hue angle of 80.98º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAD55A is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 90 -
CMYK 0.20 0 0.58 0.16
HSL 80.98º 0.59% 0.59% -
HSV(B) 80.98º 0.58% 0.84% -
XYZ 42.22 56.87 18.43 -
YUV 186.12 73.75 116.5 -
System Red Green Blue C M Y K H S L
Decimal 170 213 90 0.20 0 0.58 0.16 80.98 0.59 0.59
Hex AA D5 5A 14 0 3A 10 51 3B 3B
Octal 252 325 132 24 0 72 20 121 73 73
Binary 10101010 11010101 1011010 10100 0 111010 10000 1010001 111011 111011

Color Harmonies of #AAD55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD55A

Black with #AAD55A

Text Example


Text Example

White with #AAD55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD55A; }

 p { color: rgb(170,213,90); }

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

background-color css

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

 a { background-color: rgb(170,213,90); }

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

border-color css

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

 span { border-color: rgb(170,213,90); }

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