Html Css Color HEX #A8F956 Conifer

📋 copy color: '#A8F956'

red 168 ◦ green 249 ◦ blue 86

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

Shades of Conifer #A8F956

Tints of Conifer #A8F956

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.5%

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

R = 33.4%
G = 49.5%
B = 17.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#A8F956 (or 0xA8F956) is known color: Conifer. HEX triplet: A8, F9 and 56. RGB value is (168,249,86). Sum of RGB (Red+Green+Blue) = 168+249+86=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F956 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F956 is #5706A9. Grayscale: #CECECE. Windows color (decimal): -5703338 or 5700008. OLE color: 5700008.

HSL color Cylindrical-coordinate representation of color #A8F956: hue angle of 89.82º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8F956 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 249 86 -
CMYK 0.33 0 0.65 0.02
HSL 89.82º 0.93% 0.66% -
HSV(B) 89.82º 0.65% 0.98% -
XYZ 51.7 76.75 20.89 -
YUV 206.2 60.16 100.75 -
System Red Green Blue C M Y K H S L
Decimal 168 249 86 0.33 0 0.65 0.02 89.82 0.93 0.66
Hex A8 F9 56 21 0 41 2 5A 5D 42
Octal 250 371 126 41 0 101 2 132 135 102
Binary 10101000 11111001 1010110 100001 0 1000001 10 1011010 1011101 1000010

Color Harmonies of #A8F956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F956

Black with #A8F956

Text Example


Text Example

White with #A8F956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F956; }

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

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

background-color css

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

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

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

border-color css

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

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

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