Html Css Color HEX #A3F250 Conifer

📋 copy color: '#A3F250'

red 163 ◦ green 242 ◦ blue 80

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

Shades of Conifer #A3F250

Tints of Conifer #A3F250

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.9%

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

R = 33.61%
G = 49.9%
B = 16.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#A3F250 (or 0xA3F250) is known color: Conifer. HEX triplet: A3, F2 and 50. RGB value is (163,242,80). Sum of RGB (Red+Green+Blue) = 163+242+80=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F250 is #5C0DAF. Grayscale: #C8C8C8. Windows color (decimal): -6032816 or 5304995. OLE color: 5304995.

HSL color Cylindrical-coordinate representation of color #A3F250: hue angle of 89.26º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3F250 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 242 80 -
CMYK 0.33 0 0.67 0.05
HSL 89.26º 0.86% 0.63% -
HSV(B) 89.26º 0.67% 0.95% -
XYZ 48.3 71.87 18.92 -
YUV 199.91 60.33 101.67 -
System Red Green Blue C M Y K H S L
Decimal 163 242 80 0.33 0 0.67 0.05 89.26 0.86 0.63
Hex A3 F2 50 21 0 43 5 59 56 3F
Octal 243 362 120 41 0 103 5 131 126 77
Binary 10100011 11110010 1010000 100001 0 1000011 101 1011001 1010110 111111

Color Harmonies of #A3F250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F250

Black with #A3F250

Text Example


Text Example

White with #A3F250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F250; }

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

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

background-color css

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

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

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

border-color css

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

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

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