Html Css Color HEX #A8FD5D Conifer

📋 copy color: '#A8FD5D'

red 168 ◦ green 253 ◦ blue 93

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

Shades of Conifer #A8FD5D

Tints of Conifer #A8FD5D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.22%

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

R = 32.68%
G = 49.22%
B = 18.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#A8FD5D (or 0xA8FD5D) is known color: Conifer. HEX triplet: A8, FD and 5D. RGB value is (168,253,93). Sum of RGB (Red+Green+Blue) = 168+253+93=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD5D is #5702A2. Grayscale: #D1D1D1. Windows color (decimal): -5702307 or 6159784. OLE color: 6159784.

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

Color convert

RGB 168 253 93 -
CMYK 0.34 0 0.63 0.01
HSL 91.88º 0.98% 0.68% -
HSV(B) 91.88º 0.63% 0.99% -
XYZ 53.25 79.37 22.87 -
YUV 209.35 62.34 98.51 -
System Red Green Blue C M Y K H S L
Decimal 168 253 93 0.34 0 0.63 0.01 91.88 0.98 0.68
Hex A8 FD 5D 22 0 3F 1 5C 62 44
Octal 250 375 135 42 0 77 1 134 142 104
Binary 10101000 11111101 1011101 100010 0 111111 1 1011100 1100010 1000100

Color Harmonies of #A8FD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD5D

Black with #A8FD5D

Text Example


Text Example

White with #A8FD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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