Html Css Color HEX #A8F050 Conifer

📋 copy color: '#A8F050'

red 168 ◦ green 240 ◦ blue 80

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

Shades of Conifer #A8F050

Tints of Conifer #A8F050

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.18%

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

R = 34.43%
G = 49.18%
B = 16.39%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#A8F050 (or 0xA8F050) is known color: Conifer. HEX triplet: A8, F0 and 50. RGB value is (168,240,80). Sum of RGB (Red+Green+Blue) = 168+240+80=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F050 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F050 is #570FAF. Grayscale: #C8C8C8. Windows color (decimal): -5705648 or 5304488. OLE color: 5304488.

HSL color Cylindrical-coordinate representation of color #A8F050: hue angle of 87º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8F050 is Cyan = 0.3, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 80 -
CMYK 0.3 0 0.67 0.06
HSL 87º 0.84% 0.63% -
HSV(B) 87º 0.67% 0.94% -
XYZ 48.76 71.22 18.77 -
YUV 200.23 60.15 105.01 -
System Red Green Blue C M Y K H S L
Decimal 168 240 80 0.3 0 0.67 0.06 87 0.84 0.63
Hex A8 F0 50 1E 0 43 6 57 54 3F
Octal 250 360 120 36 0 103 6 127 124 77
Binary 10101000 11110000 1010000 11110 0 1000011 110 1010111 1010100 111111

Color Harmonies of #A8F050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F050

Black with #A8F050

Text Example


Text Example

White with #A8F050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F050; }

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

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

background-color css

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

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

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

border-color css

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

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

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