Html Css Color HEX #A8FD5A Conifer

📋 copy color: '#A8FD5A'

red 168 ◦ green 253 ◦ blue 90

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

Shades of Conifer #A8FD5A

Tints of Conifer #A8FD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.61%

R = 32.88%
G = 49.51%
B = 17.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#A8FD5A (or 0xA8FD5A) is known color: Conifer. HEX triplet: A8, FD and 5A. RGB value is (168,253,90). Sum of RGB (Red+Green+Blue) = 168+253+90=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD5A is #5702A5. Grayscale: #D1D1D1. Windows color (decimal): -5702310 or 5963176. OLE color: 5963176.

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

Color convert

RGB 168 253 90 -
CMYK 0.34 0 0.64 0.01
HSL 91.29º 0.98% 0.67% -
HSV(B) 91.29º 0.64% 0.99% -
XYZ 53.12 79.31 22.18 -
YUV 209 60.84 98.75 -
System Red Green Blue C M Y K H S L
Decimal 168 253 90 0.34 0 0.64 0.01 91.29 0.98 0.67
Hex A8 FD 5A 22 0 40 1 5B 62 43
Octal 250 375 132 42 0 100 1 133 142 103
Binary 10101000 11111101 1011010 100010 0 1000000 1 1011011 1100010 1000011

Color Harmonies of #A8FD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD5A

Black with #A8FD5A

Text Example


Text Example

White with #A8FD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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