Html Css Color HEX #AAD05D Conifer

📋 copy color: '#AAD05D'

red 170 ◦ green 208 ◦ blue 93

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

Shades of Conifer #AAD05D

Tints of Conifer #AAD05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.75%

R = 36.09%
G = 44.16%
B = 19.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#AAD05D (or 0xAAD05D) is known color: Conifer. HEX triplet: AA, D0 and 5D. RGB value is (170,208,93). Sum of RGB (Red+Green+Blue) = 170+208+93=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD05D is #552FA2. Grayscale: #B7B7B7. Windows color (decimal): -5582755 or 6148266. OLE color: 6148266.

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

Color convert

RGB 170 208 93 -
CMYK 0.18 0 0.55 0.18
HSL 79.83º 0.55% 0.59% -
HSV(B) 79.83º 0.55% 0.82% -
XYZ 41.11 54.45 18.7 -
YUV 183.53 76.91 118.35 -
System Red Green Blue C M Y K H S L
Decimal 170 208 93 0.18 0 0.55 0.18 79.83 0.55 0.59
Hex AA D0 5D 12 0 37 12 50 37 3B
Octal 252 320 135 22 0 67 22 120 67 73
Binary 10101010 11010000 1011101 10010 0 110111 10010 1010000 110111 111011

Color Harmonies of #AAD05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD05D

Black with #AAD05D

Text Example


Text Example

White with #AAD05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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