Html Css Color HEX #A3F850 Conifer

📋 copy color: '#A3F850'

red 163 ◦ green 248 ◦ blue 80

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

Shades of Conifer #A3F850

Tints of Conifer #A3F850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.51%

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

R = 33.2%
G = 50.51%
B = 16.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#A3F850 (or 0xA3F850) is known color: Conifer. HEX triplet: A3, F8 and 50. RGB value is (163,248,80). Sum of RGB (Red+Green+Blue) = 163+248+80=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F850 is #5C07AF. Grayscale: #CCCCCC. Windows color (decimal): -6031280 or 5306531. OLE color: 5306531.

HSL color Cylindrical-coordinate representation of color #A3F850: hue angle of 90.36º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3F850 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 163 248 80 -
CMYK 0.34 0 0.68 0.03
HSL 90.36º 0.92% 0.64% -
HSV(B) 90.36º 0.68% 0.97% -
XYZ 50.12 75.5 19.52 -
YUV 203.43 58.34 99.16 -
System Red Green Blue C M Y K H S L
Decimal 163 248 80 0.34 0 0.68 0.03 90.36 0.92 0.64
Hex A3 F8 50 22 0 44 3 5A 5C 40
Octal 243 370 120 42 0 104 3 132 134 100
Binary 10100011 11111000 1010000 100010 0 1000100 11 1011010 1011100 1000000

Color Harmonies of #A3F850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F850

Black with #A3F850

Text Example


Text Example

White with #A3F850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F850; }

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

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

background-color css

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

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

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

border-color css

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

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

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