Html Css Color HEX #AAD644 Conifer

📋 copy color: '#AAD644'

red 170 ◦ green 214 ◦ blue 68

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

Shades of Conifer #AAD644

Tints of Conifer #AAD644

RGB

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

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

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

R = 37.61%
G = 47.35%
B = 15.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#AAD644 (or 0xAAD644) is known color: Conifer. HEX triplet: AA, D6 and 44. RGB value is (170,214,68). Sum of RGB (Red+Green+Blue) = 170+214+68=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD644 is #5529BB. Grayscale: #B8B8B8. Windows color (decimal): -5581244 or 4511402. OLE color: 4511402.

HSL color Cylindrical-coordinate representation of color #AAD644: hue angle of 78.08º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAD644 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 68 -
CMYK 0.21 0 0.68 0.16
HSL 78.08º 0.64% 0.55% -
HSV(B) 78.08º 0.68% 0.84% -
XYZ 41.67 57.06 14.29 -
YUV 184.2 62.42 117.87 -
System Red Green Blue C M Y K H S L
Decimal 170 214 68 0.21 0 0.68 0.16 78.08 0.64 0.55
Hex AA D6 44 15 0 44 10 4E 40 37
Octal 252 326 104 25 0 104 20 116 100 67
Binary 10101010 11010110 1000100 10101 0 1000100 10000 1001110 1000000 110111

Color Harmonies of #AAD644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD644

Black with #AAD644

Text Example


Text Example

White with #AAD644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD644; }

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

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

background-color css

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

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

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

border-color css

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

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

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