Html Css Color HEX #AACD50 Conifer

📋 copy color: '#AACD50'

red 170 ◦ green 205 ◦ blue 80

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

Shades of Conifer #AACD50

Tints of Conifer #AACD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.05%

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

R = 37.36%
G = 45.05%
B = 17.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#AACD50 (or 0xAACD50) is known color: Conifer. HEX triplet: AA, CD and 50. RGB value is (170,205,80). Sum of RGB (Red+Green+Blue) = 170+205+80=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD50 is #5532AF. Grayscale: #B4B4B4. Windows color (decimal): -5583536 or 5295530. OLE color: 5295530.

HSL color Cylindrical-coordinate representation of color #AACD50: hue angle of 76.8º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AACD50 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 80 -
CMYK 0.17 0 0.61 0.20
HSL 76.8º 0.56% 0.56% -
HSV(B) 76.8º 0.61% 0.8% -
XYZ 39.86 52.79 15.68 -
YUV 180.29 71.4 120.66 -
System Red Green Blue C M Y K H S L
Decimal 170 205 80 0.17 0 0.61 0.20 76.8 0.56 0.56
Hex AA CD 50 11 0 3D 14 4D 38 38
Octal 252 315 120 21 0 75 24 115 70 70
Binary 10101010 11001101 1010000 10001 0 111101 10100 1001101 111000 111000

Color Harmonies of #AACD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD50

Black with #AACD50

Text Example


Text Example

White with #AACD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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