Html Css Color HEX #AAD648 Conifer

📋 copy color: '#AAD648'

red 170 ◦ green 214 ◦ blue 72

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

Shades of Conifer #AAD648

Tints of Conifer #AAD648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.93%

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

R = 37.28%
G = 46.93%
B = 15.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#AAD648 (or 0xAAD648) is known color: Conifer. HEX triplet: AA, D6 and 48. RGB value is (170,214,72). Sum of RGB (Red+Green+Blue) = 170+214+72=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD648 is #5529B7. Grayscale: #B9B9B9. Windows color (decimal): -5581240 or 4773546. OLE color: 4773546.

HSL color Cylindrical-coordinate representation of color #AAD648: hue angle of 78.59º 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 #AAD648 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 72 -
CMYK 0.21 0 0.66 0.16
HSL 78.59º 0.63% 0.56% -
HSV(B) 78.59º 0.66% 0.84% -
XYZ 41.79 57.11 14.95 -
YUV 184.66 64.42 117.55 -
System Red Green Blue C M Y K H S L
Decimal 170 214 72 0.21 0 0.66 0.16 78.59 0.63 0.56
Hex AA D6 48 15 0 42 10 4F 3F 38
Octal 252 326 110 25 0 102 20 117 77 70
Binary 10101010 11010110 1001000 10101 0 1000010 10000 1001111 111111 111000

Color Harmonies of #AAD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD648

Black with #AAD648

Text Example


Text Example

White with #AAD648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD648; }

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

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

background-color css

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

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

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

border-color css

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

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

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