Html Css Color HEX #A8F149 Conifer

📋 copy color: '#A8F149'

red 168 ◦ green 241 ◦ blue 73

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

Shades of Conifer #A8F149

Tints of Conifer #A8F149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50%

 BLUE value IS 73 (28.91% from 255) = 15.15%

R = 34.85%
G = 50%
B = 15.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#A8F149 (or 0xA8F149) is known color: Conifer. HEX triplet: A8, F1 and 49. RGB value is (168,241,73). Sum of RGB (Red+Green+Blue) = 168+241+73=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F149 is #570EB6. Grayscale: #C8C8C8. Windows color (decimal): -5705399 or 4845992. OLE color: 4845992.

HSL color Cylindrical-coordinate representation of color #A8F149: hue angle of 86.07º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8F149 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 73 -
CMYK 0.30 0 0.70 0.05
HSL 86.07º 0.86% 0.62% -
HSV(B) 86.07º 0.7% 0.95% -
XYZ 48.81 71.72 17.57 -
YUV 200.02 56.32 105.16 -
System Red Green Blue C M Y K H S L
Decimal 168 241 73 0.30 0 0.70 0.05 86.07 0.86 0.62
Hex A8 F1 49 1E 0 46 5 56 56 3E
Octal 250 361 111 36 0 106 5 126 126 76
Binary 10101000 11110001 1001001 11110 0 1000110 101 1010110 1010110 111110

Color Harmonies of #A8F149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F149

Black with #A8F149

Text Example


Text Example

White with #A8F149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F149; }

 p { color: rgb(168,241,73); }

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

background-color css

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

 a { background-color: rgb(168,241,73); }

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

border-color css

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

 span { border-color: rgb(168,241,73); }

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