Html Css Color HEX #A8F13A Green Yellow

📋 copy color: '#A8F13A'

red 168 ◦ green 241 ◦ blue 58

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

Shades of Green Yellow #A8F13A

Tints of Green Yellow #A8F13A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.61%

 BLUE value IS 58 (23.05% from 255) = 12.42%

R = 35.97%
G = 51.61%
B = 12.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#A8F13A (or 0xA8F13A) is known color: Green Yellow. HEX triplet: A8, F1 and 3A. RGB value is (168,241,58). Sum of RGB (Red+Green+Blue) = 168+241+58=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F13A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F13A is #570EC5. Grayscale: #C6C6C6. Windows color (decimal): -5705414 or 3862952. OLE color: 3862952.

HSL color Cylindrical-coordinate representation of color #A8F13A: hue angle of 83.93º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8F13A is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 58 -
CMYK 0.30 0 0.76 0.05
HSL 83.93º 0.87% 0.59% -
HSV(B) 83.93º 0.76% 0.95% -
XYZ 48.37 71.54 15.26 -
YUV 198.31 48.82 106.38 -
System Red Green Blue C M Y K H S L
Decimal 168 241 58 0.30 0 0.76 0.05 83.93 0.87 0.59
Hex A8 F1 3A 1E 0 4C 5 54 57 3B
Octal 250 361 72 36 0 114 5 124 127 73
Binary 10101000 11110001 111010 11110 0 1001100 101 1010100 1010111 111011

Color Harmonies of #A8F13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F13A

Black with #A8F13A

Text Example


Text Example

White with #A8F13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F13A; }

 p { color: rgb(168,241,58); }

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

background-color css

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

 a { background-color: rgb(168,241,58); }

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

border-color css

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

 span { border-color: rgb(168,241,58); }

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