Html Css Color HEX #A8FA50 Conifer

📋 copy color: '#A8FA50'

red 168 ◦ green 250 ◦ blue 80

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

Shades of Conifer #A8FA50

Tints of Conifer #A8FA50

RGB

 RED value IS 168 (66.02% from 255) = 33.73%

 GREEN value IS 250 (98.05% from 255) = 50.2%

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

R = 33.73%
G = 50.2%
B = 16.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#A8FA50 (or 0xA8FA50) is known color: Conifer. HEX triplet: A8, FA and 50. RGB value is (168,250,80). Sum of RGB (Red+Green+Blue) = 168+250+80=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA50 is #5705AF. Grayscale: #CECECE. Windows color (decimal): -5703088 or 5307048. OLE color: 5307048.

HSL color Cylindrical-coordinate representation of color #A8FA50: hue angle of 88.94º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8FA50 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 250 80 -
CMYK 0.33 0 0.68 0.02
HSL 88.94º 0.94% 0.65% -
HSV(B) 88.94º 0.68% 0.98% -
XYZ 51.78 77.28 19.78 -
YUV 206.1 56.83 100.82 -
System Red Green Blue C M Y K H S L
Decimal 168 250 80 0.33 0 0.68 0.02 88.94 0.94 0.65
Hex A8 FA 50 21 0 44 2 59 5E 41
Octal 250 372 120 41 0 104 2 131 136 101
Binary 10101000 11111010 1010000 100001 0 1000100 10 1011001 1011110 1000001

Color Harmonies of #A8FA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA50

Black with #A8FA50

Text Example


Text Example

White with #A8FA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA50; }

 p { color: rgb(168,250,80); }

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

background-color css

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

 a { background-color: rgb(168,250,80); }

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

border-color css

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

 span { border-color: rgb(168,250,80); }

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