Html Css Color HEX #A8FC56 Conifer

📋 copy color: '#A8FC56'

red 168 ◦ green 252 ◦ blue 86

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

Shades of Conifer #A8FC56

Tints of Conifer #A8FC56

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.8%

 BLUE value IS 86 (33.98% from 255) = 17%

R = 33.2%
G = 49.8%
B = 17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#A8FC56 (or 0xA8FC56) is known color: Conifer. HEX triplet: A8, FC and 56. RGB value is (168,252,86). Sum of RGB (Red+Green+Blue) = 168+252+86=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC56 is #5703A9. Grayscale: #D0D0D0. Windows color (decimal): -5702570 or 5700776. OLE color: 5700776.

HSL color Cylindrical-coordinate representation of color #A8FC56: hue angle of 90.36º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8FC56 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 252 86 -
CMYK 0.33 0 0.66 0.01
HSL 90.36º 0.97% 0.66% -
HSV(B) 90.36º 0.66% 0.99% -
XYZ 52.64 78.62 21.2 -
YUV 207.96 59.17 99.5 -
System Red Green Blue C M Y K H S L
Decimal 168 252 86 0.33 0 0.66 0.01 90.36 0.97 0.66
Hex A8 FC 56 21 0 42 1 5A 61 42
Octal 250 374 126 41 0 102 1 132 141 102
Binary 10101000 11111100 1010110 100001 0 1000010 1 1011010 1100001 1000010

Color Harmonies of #A8FC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FC56

Black with #A8FC56

Text Example


Text Example

White with #A8FC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FC56; }

 p { color: rgb(168,252,86); }

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

background-color css

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

 a { background-color: rgb(168,252,86); }

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

border-color css

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

 span { border-color: rgb(168,252,86); }

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