Html Css Color HEX #A8F95F Conifer

📋 copy color: '#A8F95F'

red 168 ◦ green 249 ◦ blue 95

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

Shades of Conifer #A8F95F

Tints of Conifer #A8F95F

RGB

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

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

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

R = 32.81%
G = 48.63%
B = 18.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#A8F95F (or 0xA8F95F) is known color: Conifer. HEX triplet: A8, F9 and 5F. RGB value is (168,249,95). Sum of RGB (Red+Green+Blue) = 168+249+95=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F95F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F95F is #5706A0. Grayscale: #CFCFCF. Windows color (decimal): -5703329 or 6289832. OLE color: 6289832.

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

Color convert

RGB 168 249 95 -
CMYK 0.33 0 0.62 0.02
HSL 91.56º 0.93% 0.67% -
HSV(B) 91.56º 0.62% 0.98% -
XYZ 52.09 76.9 22.92 -
YUV 207.23 64.66 100.02 -
System Red Green Blue C M Y K H S L
Decimal 168 249 95 0.33 0 0.62 0.02 91.56 0.93 0.67
Hex A8 F9 5F 21 0 3E 2 5C 5D 43
Octal 250 371 137 41 0 76 2 134 135 103
Binary 10101000 11111001 1011111 100001 0 111110 10 1011100 1011101 1000011

Color Harmonies of #A8F95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F95F

Black with #A8F95F

Text Example


Text Example

White with #A8F95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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