Html Css Color HEX #A8F160 Conifer

📋 copy color: '#A8F160'

red 168 ◦ green 241 ◦ blue 96

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

Shades of Conifer #A8F160

Tints of Conifer #A8F160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.01%

R = 33.27%
G = 47.72%
B = 19.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#A8F160 (or 0xA8F160) is known color: Conifer. HEX triplet: A8, F1 and 60. RGB value is (168,241,96). Sum of RGB (Red+Green+Blue) = 168+241+96=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F160 is #570E9F. Grayscale: #CBCBCB. Windows color (decimal): -5705376 or 6353320. OLE color: 6353320.

HSL color Cylindrical-coordinate representation of color #A8F160: hue angle of 90.21º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F160 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 96 -
CMYK 0.30 0 0.60 0.05
HSL 90.21º 0.84% 0.66% -
HSV(B) 90.21º 0.6% 0.95% -
XYZ 49.72 72.08 22.36 -
YUV 202.64 67.82 103.29 -
System Red Green Blue C M Y K H S L
Decimal 168 241 96 0.30 0 0.60 0.05 90.21 0.84 0.66
Hex A8 F1 60 1E 0 3C 5 5A 54 42
Octal 250 361 140 36 0 74 5 132 124 102
Binary 10101000 11110001 1100000 11110 0 111100 101 1011010 1010100 1000010

Color Harmonies of #A8F160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F160

Black with #A8F160

Text Example


Text Example

White with #A8F160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F160; }

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

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

background-color css

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

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

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

border-color css

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

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

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