Html Css Color HEX #A8F12A Green Yellow

📋 copy color: '#A8F12A'

red 168 ◦ green 241 ◦ blue 42

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

Shades of Green Yellow #A8F12A

Tints of Green Yellow #A8F12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.31%

R = 37.25%
G = 53.44%
B = 9.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#A8F12A (or 0xA8F12A) is known color: Green Yellow. HEX triplet: A8, F1 and 2A. RGB value is (168,241,42). Sum of RGB (Red+Green+Blue) = 168+241+42=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F12A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F12A is #570ED5. Grayscale: #C5C5C5. Windows color (decimal): -5705430 or 2814376. OLE color: 2814376.

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

Color convert

RGB 168 241 42 -
CMYK 0.30 0 0.83 0.05
HSL 82.01º 0.88% 0.55% -
HSV(B) 82.01º 0.83% 0.95% -
XYZ 48.02 71.4 13.44 -
YUV 196.49 40.82 107.68 -
System Red Green Blue C M Y K H S L
Decimal 168 241 42 0.30 0 0.83 0.05 82.01 0.88 0.55
Hex A8 F1 2A 1E 0 53 5 52 58 37
Octal 250 361 52 36 0 123 5 122 130 67
Binary 10101000 11110001 101010 11110 0 1010011 101 1010010 1011000 110111

Color Harmonies of #A8F12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F12A

Black with #A8F12A

Text Example


Text Example

White with #A8F12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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