Html Css Color HEX #AAD14A Conifer

📋 copy color: '#AAD14A'

red 170 ◦ green 209 ◦ blue 74

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

Shades of Conifer #AAD14A

Tints of Conifer #AAD14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.14%

 BLUE value IS 74 (29.3% from 255) = 16.34%

R = 37.53%
G = 46.14%
B = 16.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#AAD14A (or 0xAAD14A) is known color: Conifer. HEX triplet: AA, D1 and 4A. RGB value is (170,209,74). Sum of RGB (Red+Green+Blue) = 170+209+74=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD14A is #552EB5. Grayscale: #B6B6B6. Windows color (decimal): -5582518 or 4903338. OLE color: 4903338.

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

Color convert

RGB 170 209 74 -
CMYK 0.19 0 0.65 0.18
HSL 77.33º 0.59% 0.55% -
HSV(B) 77.33º 0.65% 0.82% -
XYZ 40.61 54.64 14.88 -
YUV 181.95 67.08 119.48 -
System Red Green Blue C M Y K H S L
Decimal 170 209 74 0.19 0 0.65 0.18 77.33 0.59 0.55
Hex AA D1 4A 13 0 41 12 4D 3B 37
Octal 252 321 112 23 0 101 22 115 73 67
Binary 10101010 11010001 1001010 10011 0 1000001 10010 1001101 111011 110111

Color Harmonies of #AAD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD14A

Black with #AAD14A

Text Example


Text Example

White with #AAD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD14A; }

 p { color: rgb(170,209,74); }

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

background-color css

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

 a { background-color: rgb(170,209,74); }

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

border-color css

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

 span { border-color: rgb(170,209,74); }

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