Html Css Color HEX #A8FD1C Green Yellow

📋 copy color: '#A8FD1C'

red 168 ◦ green 253 ◦ blue 28

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

Shades of Green Yellow #A8FD1C

Tints of Green Yellow #A8FD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.24%

R = 37.42%
G = 56.35%
B = 6.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#A8FD1C (or 0xA8FD1C) is known color: Green Yellow. HEX triplet: A8, FD and 1C. RGB value is (168,253,28). Sum of RGB (Red+Green+Blue) = 168+253+28=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 253 (99.22% from 255 or 56.35% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FD1C is #5702E3. Grayscale: #CACACA. Windows color (decimal): -5702372 or 1899944. OLE color: 1899944.

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

Color convert

RGB 168 253 28 -
CMYK 0.34 0 0.89 0.01
HSL 82.67º 0.98% 0.55% -
HSV(B) 82.67º 0.89% 0.99% -
XYZ 51.48 78.66 13.57 -
YUV 201.94 29.84 103.8 -
System Red Green Blue C M Y K H S L
Decimal 168 253 28 0.34 0 0.89 0.01 82.67 0.98 0.55
Hex A8 FD 1C 22 0 59 1 53 62 37
Octal 250 375 34 42 0 131 1 123 142 67
Binary 10101000 11111101 11100 100010 0 1011001 1 1010011 1100010 110111

Color Harmonies of #A8FD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD1C

Black with #A8FD1C

Text Example


Text Example

White with #A8FD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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