Html Css Color HEX #AAD248 Conifer

📋 copy color: '#AAD248'

red 170 ◦ green 210 ◦ blue 72

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

Shades of Conifer #AAD248

Tints of Conifer #AAD248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.46%

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

R = 37.61%
G = 46.46%
B = 15.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#AAD248 (or 0xAAD248) is known color: Conifer. HEX triplet: AA, D2 and 48. RGB value is (170,210,72). Sum of RGB (Red+Green+Blue) = 170+210+72=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD248 is #552DB7. Grayscale: #B6B6B6. Windows color (decimal): -5582264 or 4772522. OLE color: 4772522.

HSL color Cylindrical-coordinate representation of color #AAD248: hue angle of 77.39º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAD248 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 72 -
CMYK 0.19 0 0.66 0.18
HSL 77.39º 0.61% 0.55% -
HSV(B) 77.39º 0.66% 0.82% -
XYZ 40.79 55.11 14.62 -
YUV 182.31 65.75 119.22 -
System Red Green Blue C M Y K H S L
Decimal 170 210 72 0.19 0 0.66 0.18 77.39 0.61 0.55
Hex AA D2 48 13 0 42 12 4D 3D 37
Octal 252 322 110 23 0 102 22 115 75 67
Binary 10101010 11010010 1001000 10011 0 1000010 10010 1001101 111101 110111

Color Harmonies of #AAD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD248

Black with #AAD248

Text Example


Text Example

White with #AAD248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD248; }

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

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

background-color css

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

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

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

border-color css

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

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

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