Html Css Color HEX #AAD050 Conifer

📋 copy color: '#AAD050'

red 170 ◦ green 208 ◦ blue 80

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

Shades of Conifer #AAD050

Tints of Conifer #AAD050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.47%

R = 37.12%
G = 45.41%
B = 17.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#AAD050 (or 0xAAD050) is known color: Conifer. HEX triplet: AA, D0 and 50. RGB value is (170,208,80). Sum of RGB (Red+Green+Blue) = 170+208+80=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD050 is #552FAF. Grayscale: #B6B6B6. Windows color (decimal): -5582768 or 5296298. OLE color: 5296298.

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

Color convert

RGB 170 208 80 -
CMYK 0.18 0 0.62 0.18
HSL 77.81º 0.58% 0.56% -
HSV(B) 77.81º 0.62% 0.82% -
XYZ 40.58 54.24 15.92 -
YUV 182.05 70.41 119.41 -
System Red Green Blue C M Y K H S L
Decimal 170 208 80 0.18 0 0.62 0.18 77.81 0.58 0.56
Hex AA D0 50 12 0 3E 12 4E 3A 38
Octal 252 320 120 22 0 76 22 116 72 70
Binary 10101010 11010000 1010000 10010 0 111110 10010 1001110 111010 111000

Color Harmonies of #AAD050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD050

Black with #AAD050

Text Example


Text Example

White with #AAD050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD050; }

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

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

background-color css

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

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

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

border-color css

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

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

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