Html Css Color HEX #A8F146 Conifer

📋 copy color: '#A8F146'

red 168 ◦ green 241 ◦ blue 70

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

Shades of Conifer #A8F146

Tints of Conifer #A8F146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.61%

R = 35.07%
G = 50.31%
B = 14.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#A8F146 (or 0xA8F146) is known color: Conifer. HEX triplet: A8, F1 and 46. RGB value is (168,241,70). Sum of RGB (Red+Green+Blue) = 168+241+70=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F146 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F146 is #570EB9. Grayscale: #C8C8C8. Windows color (decimal): -5705402 or 4649384. OLE color: 4649384.

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

Color convert

RGB 168 241 70 -
CMYK 0.30 0 0.71 0.05
HSL 85.61º 0.86% 0.61% -
HSV(B) 85.61º 0.71% 0.95% -
XYZ 48.71 71.68 17.06 -
YUV 199.68 54.82 105.4 -
System Red Green Blue C M Y K H S L
Decimal 168 241 70 0.30 0 0.71 0.05 85.61 0.86 0.61
Hex A8 F1 46 1E 0 47 5 56 56 3D
Octal 250 361 106 36 0 107 5 126 126 75
Binary 10101000 11110001 1000110 11110 0 1000111 101 1010110 1010110 111101

Color Harmonies of #A8F146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F146

Black with #A8F146

Text Example


Text Example

White with #A8F146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F146; }

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

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

background-color css

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

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

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

border-color css

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

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

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