Html Css Color HEX #AAD558 Conifer

📋 copy color: '#AAD558'

red 170 ◦ green 213 ◦ blue 88

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

Shades of Conifer #AAD558

Tints of Conifer #AAD558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.68%

R = 36.09%
G = 45.22%
B = 18.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#AAD558 (or 0xAAD558) is known color: Conifer. HEX triplet: AA, D5 and 58. RGB value is (170,213,88). Sum of RGB (Red+Green+Blue) = 170+213+88=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD558 is #552AA7. Grayscale: #BABABA. Windows color (decimal): -5581480 or 5821866. OLE color: 5821866.

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

Color convert

RGB 170 213 88 -
CMYK 0.20 0 0.59 0.16
HSL 80.64º 0.6% 0.59% -
HSV(B) 80.64º 0.59% 0.84% -
XYZ 42.13 56.84 17.98 -
YUV 185.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 170 213 88 0.20 0 0.59 0.16 80.64 0.6 0.59
Hex AA D5 58 14 0 3B 10 51 3C 3B
Octal 252 325 130 24 0 73 20 121 74 73
Binary 10101010 11010101 1011000 10100 0 111011 10000 1010001 111100 111011

Color Harmonies of #AAD558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD558

Black with #AAD558

Text Example


Text Example

White with #AAD558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD558; }

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

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

background-color css

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

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

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

border-color css

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

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

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