Html Css Color HEX #AAD05C Conifer

📋 copy color: '#AAD05C'

red 170 ◦ green 208 ◦ blue 92

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

Shades of Conifer #AAD05C

Tints of Conifer #AAD05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.57%

R = 36.17%
G = 44.26%
B = 19.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#AAD05C (or 0xAAD05C) is known color: Conifer. HEX triplet: AA, D0 and 5C. RGB value is (170,208,92). Sum of RGB (Red+Green+Blue) = 170+208+92=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD05C is #552FA3. Grayscale: #B7B7B7. Windows color (decimal): -5582756 or 6082730. OLE color: 6082730.

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

Color convert

RGB 170 208 92 -
CMYK 0.18 0 0.56 0.18
HSL 79.66º 0.55% 0.59% -
HSV(B) 79.66º 0.56% 0.82% -
XYZ 41.07 54.43 18.47 -
YUV 183.41 76.41 118.43 -
System Red Green Blue C M Y K H S L
Decimal 170 208 92 0.18 0 0.56 0.18 79.66 0.55 0.59
Hex AA D0 5C 12 0 38 12 50 37 3B
Octal 252 320 134 22 0 70 22 120 67 73
Binary 10101010 11010000 1011100 10010 0 111000 10010 1010000 110111 111011

Color Harmonies of #AAD05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD05C

Black with #AAD05C

Text Example


Text Example

White with #AAD05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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