Html Css Color HEX #A3DC55 Conifer

📋 copy color: '#A3DC55'

red 163 ◦ green 220 ◦ blue 85

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

Shades of Conifer #A3DC55

Tints of Conifer #A3DC55

RGB

 RED value IS 163 (64.06% from 255) = 34.83%

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

 BLUE value IS 85 (33.59% from 255) = 18.16%

R = 34.83%
G = 47.01%
B = 18.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#A3DC55 (or 0xA3DC55) is known color: Conifer. HEX triplet: A3, DC and 55. RGB value is (163,220,85). Sum of RGB (Red+Green+Blue) = 163+220+85=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DC55 is #5C23AA. Grayscale: #BCBCBC. Windows color (decimal): -6038443 or 5627043. OLE color: 5627043.

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

Color convert

RGB 163 220 85 -
CMYK 0.26 0 0.61 0.14
HSL 85.33º 0.66% 0.6% -
HSV(B) 85.33º 0.61% 0.86% -
XYZ 42.34 59.63 17.87 -
YUV 187.57 70.12 110.48 -
System Red Green Blue C M Y K H S L
Decimal 163 220 85 0.26 0 0.61 0.14 85.33 0.66 0.6
Hex A3 DC 55 1A 0 3D E 55 42 3C
Octal 243 334 125 32 0 75 16 125 102 74
Binary 10100011 11011100 1010101 11010 0 111101 1110 1010101 1000010 111100

Color Harmonies of #A3DC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DC55

Black with #A3DC55

Text Example


Text Example

White with #A3DC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DC55; }

 p { color: rgb(163,220,85); }

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

background-color css

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

 a { background-color: rgb(163,220,85); }

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

border-color css

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

 span { border-color: rgb(163,220,85); }

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