Html Css Color HEX #A3EB50 Conifer

📋 copy color: '#A3EB50'

red 163 ◦ green 235 ◦ blue 80

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

Shades of Conifer #A3EB50

Tints of Conifer #A3EB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.16%

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

R = 34.1%
G = 49.16%
B = 16.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#A3EB50 (or 0xA3EB50) is known color: Conifer. HEX triplet: A3, EB and 50. RGB value is (163,235,80). Sum of RGB (Red+Green+Blue) = 163+235+80=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3EB50 is #5C14AF. Grayscale: #C4C4C4. Windows color (decimal): -6034608 or 5303203. OLE color: 5303203.

HSL color Cylindrical-coordinate representation of color #A3EB50: hue angle of 87.87º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3EB50 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 235 80 -
CMYK 0.31 0 0.66 0.08
HSL 87.87º 0.79% 0.62% -
HSV(B) 87.87º 0.66% 0.92% -
XYZ 46.26 67.78 18.23 -
YUV 195.8 62.65 104.6 -
System Red Green Blue C M Y K H S L
Decimal 163 235 80 0.31 0 0.66 0.08 87.87 0.79 0.62
Hex A3 EB 50 1F 0 42 8 58 4F 3E
Octal 243 353 120 37 0 102 10 130 117 76
Binary 10100011 11101011 1010000 11111 0 1000010 1000 1011000 1001111 111110

Color Harmonies of #A3EB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EB50

Black with #A3EB50

Text Example


Text Example

White with #A3EB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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