Html Css Color HEX #AAD844 Conifer

📋 copy color: '#AAD844'

red 170 ◦ green 216 ◦ blue 68

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

Shades of Conifer #AAD844

Tints of Conifer #AAD844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.58%

 BLUE value IS 68 (26.95% from 255) = 14.98%

R = 37.44%
G = 47.58%
B = 14.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#AAD844 (or 0xAAD844) is known color: Conifer. HEX triplet: AA, D8 and 44. RGB value is (170,216,68). Sum of RGB (Red+Green+Blue) = 170+216+68=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 68 (26.95% from 255 or 14.98% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD844 is #5527BB. Grayscale: #B9B9B9. Windows color (decimal): -5580732 or 4511914. OLE color: 4511914.

HSL color Cylindrical-coordinate representation of color #AAD844: hue angle of 78.65º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAD844 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 68 -
CMYK 0.21 0 0.69 0.15
HSL 78.65º 0.65% 0.56% -
HSV(B) 78.65º 0.69% 0.85% -
XYZ 42.18 58.08 14.46 -
YUV 185.37 61.76 117.03 -
System Red Green Blue C M Y K H S L
Decimal 170 216 68 0.21 0 0.69 0.15 78.65 0.65 0.56
Hex AA D8 44 15 0 45 F 4F 41 38
Octal 252 330 104 25 0 105 17 117 101 70
Binary 10101010 11011000 1000100 10101 0 1000101 1111 1001111 1000001 111000

Color Harmonies of #AAD844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD844

Black with #AAD844

Text Example


Text Example

White with #AAD844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD844; }

 p { color: rgb(170,216,68); }

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

background-color css

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

 a { background-color: rgb(170,216,68); }

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

border-color css

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

 span { border-color: rgb(170,216,68); }

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