Html Css Color HEX #A8FE5F Conifer

📋 copy color: '#A8FE5F'

red 168 ◦ green 254 ◦ blue 95

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

Shades of Conifer #A8FE5F

Tints of Conifer #A8FE5F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.13%

 BLUE value IS 95 (37.5% from 255) = 18.38%

R = 32.5%
G = 49.13%
B = 18.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#A8FE5F (or 0xA8FE5F) is known color: Conifer. HEX triplet: A8, FE and 5F. RGB value is (168,254,95). Sum of RGB (Red+Green+Blue) = 168+254+95=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE5F is #5701A0. Grayscale: #D2D2D2. Windows color (decimal): -5702049 or 6291112. OLE color: 6291112.

HSL color Cylindrical-coordinate representation of color #A8FE5F: hue angle of 92.45º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8FE5F is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 254 95 -
CMYK 0.34 0 0.63 0.00
HSL 92.45º 0.99% 0.68% -
HSV(B) 92.45º 0.63% 1% -
XYZ 53.66 80.03 23.45 -
YUV 210.16 63.01 97.93 -
System Red Green Blue C M Y K H S L
Decimal 168 254 95 0.34 0 0.63 0.00 92.45 0.99 0.68
Hex A8 FE 5F 22 0 3F 0 5C 63 44
Octal 250 376 137 42 0 77 0 134 143 104
Binary 10101000 11111110 1011111 100010 0 111111 0 1011100 1100011 1000100

Color Harmonies of #A8FE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FE5F

Black with #A8FE5F

Text Example


Text Example

White with #A8FE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FE5F; }

 p { color: rgb(168,254,95); }

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

background-color css

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

 a { background-color: rgb(168,254,95); }

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

border-color css

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

 span { border-color: rgb(168,254,95); }

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