Html Css Color HEX #A8F13E Green Yellow

📋 copy color: '#A8F13E'

red 168 ◦ green 241 ◦ blue 62

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

Shades of Green Yellow #A8F13E

Tints of Green Yellow #A8F13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.16%

R = 35.67%
G = 51.17%
B = 13.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#A8F13E (or 0xA8F13E) is known color: Green Yellow. HEX triplet: A8, F1 and 3E. RGB value is (168,241,62). Sum of RGB (Red+Green+Blue) = 168+241+62=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F13E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F13E is #570EC1. Grayscale: #C7C7C7. Windows color (decimal): -5705410 or 4125096. OLE color: 4125096.

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

Color convert

RGB 168 241 62 -
CMYK 0.30 0 0.74 0.05
HSL 84.47º 0.86% 0.59% -
HSV(B) 84.47º 0.74% 0.95% -
XYZ 48.47 71.58 15.82 -
YUV 198.77 50.82 106.05 -
System Red Green Blue C M Y K H S L
Decimal 168 241 62 0.30 0 0.74 0.05 84.47 0.86 0.59
Hex A8 F1 3E 1E 0 4A 5 54 56 3B
Octal 250 361 76 36 0 112 5 124 126 73
Binary 10101000 11110001 111110 11110 0 1001010 101 1010100 1010110 111011

Color Harmonies of #A8F13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F13E

Black with #A8F13E

Text Example


Text Example

White with #A8F13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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