Html Css Color HEX #A8F95D Conifer

📋 copy color: '#A8F95D'

red 168 ◦ green 249 ◦ blue 93

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

Shades of Conifer #A8F95D

Tints of Conifer #A8F95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.24%

R = 32.94%
G = 48.82%
B = 18.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#A8F95D (or 0xA8F95D) is known color: Conifer. HEX triplet: A8, F9 and 5D. RGB value is (168,249,93). Sum of RGB (Red+Green+Blue) = 168+249+93=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F95D is #5706A2. Grayscale: #CFCFCF. Windows color (decimal): -5703331 or 6158760. OLE color: 6158760.

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

Color convert

RGB 168 249 93 -
CMYK 0.33 0 0.63 0.02
HSL 91.15º 0.93% 0.67% -
HSV(B) 91.15º 0.63% 0.98% -
XYZ 52 76.87 22.45 -
YUV 207 63.66 100.18 -
System Red Green Blue C M Y K H S L
Decimal 168 249 93 0.33 0 0.63 0.02 91.15 0.93 0.67
Hex A8 F9 5D 21 0 3F 2 5B 5D 43
Octal 250 371 135 41 0 77 2 133 135 103
Binary 10101000 11111001 1011101 100001 0 111111 10 1011011 1011101 1000011

Color Harmonies of #A8F95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F95D

Black with #A8F95D

Text Example


Text Example

White with #A8F95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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