Html Css Color HEX #AAD548 Conifer

📋 copy color: '#AAD548'

red 170 ◦ green 213 ◦ blue 72

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

Shades of Conifer #AAD548

Tints of Conifer #AAD548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.82%

R = 37.36%
G = 46.81%
B = 15.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#AAD548 (or 0xAAD548) is known color: Conifer. HEX triplet: AA, D5 and 48. RGB value is (170,213,72). Sum of RGB (Red+Green+Blue) = 170+213+72=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD548 is #552AB7. Grayscale: #B8B8B8. Windows color (decimal): -5581496 or 4773290. OLE color: 4773290.

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

Color convert

RGB 170 213 72 -
CMYK 0.20 0 0.66 0.16
HSL 78.3º 0.63% 0.56% -
HSV(B) 78.3º 0.66% 0.84% -
XYZ 41.54 56.6 14.87 -
YUV 184.07 64.75 117.96 -
System Red Green Blue C M Y K H S L
Decimal 170 213 72 0.20 0 0.66 0.16 78.3 0.63 0.56
Hex AA D5 48 14 0 42 10 4E 3F 38
Octal 252 325 110 24 0 102 20 116 77 70
Binary 10101010 11010101 1001000 10100 0 1000010 10000 1001110 111111 111000

Color Harmonies of #AAD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD548

Black with #AAD548

Text Example


Text Example

White with #AAD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD548; }

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

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

background-color css

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

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

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

border-color css

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

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

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