Html Css Color HEX #A3DD50 Conifer

📋 copy color: '#A3DD50'

red 163 ◦ green 221 ◦ blue 80

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

Shades of Conifer #A3DD50

Tints of Conifer #A3DD50

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.63%

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

R = 35.13%
G = 47.63%
B = 17.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#A3DD50 (or 0xA3DD50) is known color: Conifer. HEX triplet: A3, DD and 50. RGB value is (163,221,80). Sum of RGB (Red+Green+Blue) = 163+221+80=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DD50 is #5C22AF. Grayscale: #BCBCBC. Windows color (decimal): -6038192 or 5299619. OLE color: 5299619.

HSL color Cylindrical-coordinate representation of color #A3DD50: hue angle of 84.68º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3DD50 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 221 80 -
CMYK 0.26 0 0.64 0.13
HSL 84.68º 0.67% 0.59% -
HSV(B) 84.68º 0.64% 0.87% -
XYZ 42.41 60.08 16.95 -
YUV 187.58 67.28 110.46 -
System Red Green Blue C M Y K H S L
Decimal 163 221 80 0.26 0 0.64 0.13 84.68 0.67 0.59
Hex A3 DD 50 1A 0 40 D 55 43 3B
Octal 243 335 120 32 0 100 15 125 103 73
Binary 10100011 11011101 1010000 11010 0 1000000 1101 1010101 1000011 111011

Color Harmonies of #A3DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DD50

Black with #A3DD50

Text Example


Text Example

White with #A3DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DD50; }

 p { color: rgb(163,221,80); }

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

background-color css

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

 a { background-color: rgb(163,221,80); }

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

border-color css

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

 span { border-color: rgb(163,221,80); }

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