Html Css Color HEX #AAD34A Conifer

📋 copy color: '#AAD34A'

red 170 ◦ green 211 ◦ blue 74

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

Shades of Conifer #AAD34A

Tints of Conifer #AAD34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.37%

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

R = 37.36%
G = 46.37%
B = 16.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#AAD34A (or 0xAAD34A) is known color: Conifer. HEX triplet: AA, D3 and 4A. RGB value is (170,211,74). Sum of RGB (Red+Green+Blue) = 170+211+74=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD34A is #552CB5. Grayscale: #B7B7B7. Windows color (decimal): -5582006 or 4903850. OLE color: 4903850.

HSL color Cylindrical-coordinate representation of color #AAD34A: hue angle of 77.96º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAD34A is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 74 -
CMYK 0.19 0 0.65 0.17
HSL 77.96º 0.61% 0.56% -
HSV(B) 77.96º 0.65% 0.83% -
XYZ 41.11 55.63 15.05 -
YUV 183.12 66.42 118.64 -
System Red Green Blue C M Y K H S L
Decimal 170 211 74 0.19 0 0.65 0.17 77.96 0.61 0.56
Hex AA D3 4A 13 0 41 11 4E 3D 38
Octal 252 323 112 23 0 101 21 116 75 70
Binary 10101010 11010011 1001010 10011 0 1000001 10001 1001110 111101 111000

Color Harmonies of #AAD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD34A

Black with #AAD34A

Text Example


Text Example

White with #AAD34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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