Html Css Color HEX #A8FD18 Green Yellow

📋 copy color: '#A8FD18'

red 168 ◦ green 253 ◦ blue 24

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

Shades of Green Yellow #A8FD18

Tints of Green Yellow #A8FD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.39%

R = 37.75%
G = 56.85%
B = 5.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#A8FD18 (or 0xA8FD18) is known color: Green Yellow. HEX triplet: A8, FD and 18. RGB value is (168,253,24). Sum of RGB (Red+Green+Blue) = 168+253+24=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FD18 is #5702E7. Grayscale: #CACACA. Windows color (decimal): -5702376 or 1637800. OLE color: 1637800.

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

Color convert

RGB 168 253 24 -
CMYK 0.34 0 0.91 0.01
HSL 82.27º 0.98% 0.54% -
HSV(B) 82.27º 0.91% 0.99% -
XYZ 51.44 78.64 13.33 -
YUV 201.48 27.84 104.12 -
System Red Green Blue C M Y K H S L
Decimal 168 253 24 0.34 0 0.91 0.01 82.27 0.98 0.54
Hex A8 FD 18 22 0 5B 1 52 62 36
Octal 250 375 30 42 0 133 1 122 142 66
Binary 10101000 11111101 11000 100010 0 1011011 1 1010010 1100010 110110

Color Harmonies of #A8FD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD18

Black with #A8FD18

Text Example


Text Example

White with #A8FD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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