Html Css Color HEX #AAD04D Conifer

📋 copy color: '#AAD04D'

red 170 ◦ green 208 ◦ blue 77

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

Shades of Conifer #AAD04D

Tints of Conifer #AAD04D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.71%

 BLUE value IS 77 (30.47% from 255) = 16.92%

R = 37.36%
G = 45.71%
B = 16.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#AAD04D (or 0xAAD04D) is known color: Conifer. HEX triplet: AA, D0 and 4D. RGB value is (170,208,77). Sum of RGB (Red+Green+Blue) = 170+208+77=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD04D is #552FB2. Grayscale: #B6B6B6. Windows color (decimal): -5582771 or 5099690. OLE color: 5099690.

HSL color Cylindrical-coordinate representation of color #AAD04D: hue angle of 77.4º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAD04D is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 77 -
CMYK 0.18 0 0.63 0.18
HSL 77.4º 0.58% 0.56% -
HSV(B) 77.4º 0.63% 0.82% -
XYZ 40.47 54.19 15.35 -
YUV 181.7 68.91 119.65 -
System Red Green Blue C M Y K H S L
Decimal 170 208 77 0.18 0 0.63 0.18 77.4 0.58 0.56
Hex AA D0 4D 12 0 3F 12 4D 3A 38
Octal 252 320 115 22 0 77 22 115 72 70
Binary 10101010 11010000 1001101 10010 0 111111 10010 1001101 111010 111000

Color Harmonies of #AAD04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD04D

Black with #AAD04D

Text Example


Text Example

White with #AAD04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD04D; }

 p { color: rgb(170,208,77); }

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

background-color css

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

 a { background-color: rgb(170,208,77); }

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

border-color css

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

 span { border-color: rgb(170,208,77); }

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