Html Css Color HEX #AADC5C Conifer

📋 copy color: '#AADC5C'

red 170 ◦ green 220 ◦ blue 92

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

Shades of Conifer #AADC5C

Tints of Conifer #AADC5C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.64%

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

R = 35.27%
G = 45.64%
B = 19.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#AADC5C (or 0xAADC5C) is known color: Conifer. HEX triplet: AA, DC and 5C. RGB value is (170,220,92). Sum of RGB (Red+Green+Blue) = 170+220+92=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC5C is #5523A3. Grayscale: #BEBEBE. Windows color (decimal): -5579684 or 6085802. OLE color: 6085802.

HSL color Cylindrical-coordinate representation of color #AADC5C: hue angle of 83.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AADC5C is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 92 -
CMYK 0.23 0 0.58 0.14
HSL 83.44º 0.65% 0.61% -
HSV(B) 83.44º 0.58% 0.86% -
XYZ 44.1 60.51 19.48 -
YUV 190.46 72.44 113.41 -
System Red Green Blue C M Y K H S L
Decimal 170 220 92 0.23 0 0.58 0.14 83.44 0.65 0.61
Hex AA DC 5C 17 0 3A E 53 41 3D
Octal 252 334 134 27 0 72 16 123 101 75
Binary 10101010 11011100 1011100 10111 0 111010 1110 1010011 1000001 111101

Color Harmonies of #AADC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC5C

Black with #AADC5C

Text Example


Text Example

White with #AADC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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