Html Css Color HEX #A8FA5D Conifer

📋 copy color: '#A8FA5D'

red 168 ◦ green 250 ◦ blue 93

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

Shades of Conifer #A8FA5D

Tints of Conifer #A8FA5D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.92%

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

R = 32.88%
G = 48.92%
B = 18.2%

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

#A8FA5D (or 0xA8FA5D) is known color: Conifer. HEX triplet: A8, FA and 5D. RGB value is (168,250,93). Sum of RGB (Red+Green+Blue) = 168+250+93=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA5D is #5705A2. Grayscale: #D0D0D0. Windows color (decimal): -5703075 or 6159016. OLE color: 6159016.

HSL color Cylindrical-coordinate representation of color #A8FA5D: hue angle of 91.34º degrees, saturation: 0.94, 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 #A8FA5D is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 250 93 -
CMYK 0.33 0 0.63 0.02
HSL 91.34º 0.94% 0.67% -
HSV(B) 91.34º 0.63% 0.98% -
XYZ 52.31 77.49 22.56 -
YUV 207.58 63.33 99.77 -
System Red Green Blue C M Y K H S L
Decimal 168 250 93 0.33 0 0.63 0.02 91.34 0.94 0.67
Hex A8 FA 5D 21 0 3F 2 5B 5E 43
Octal 250 372 135 41 0 77 2 133 136 103
Binary 10101000 11111010 1011101 100001 0 111111 10 1011011 1011110 1000011

Color Harmonies of #A8FA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA5D

Black with #A8FA5D

Text Example


Text Example

White with #A8FA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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