Html Css Color HEX #A8F142 Green Yellow

📋 copy color: '#A8F142'

red 168 ◦ green 241 ◦ blue 66

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

Shades of Green Yellow #A8F142

Tints of Green Yellow #A8F142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.89%

R = 35.37%
G = 50.74%
B = 13.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#A8F142 (or 0xA8F142) is known color: Green Yellow. HEX triplet: A8, F1 and 42. RGB value is (168,241,66). Sum of RGB (Red+Green+Blue) = 168+241+66=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F142 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F142 is #570EBD. Grayscale: #C7C7C7. Windows color (decimal): -5705406 or 4387240. OLE color: 4387240.

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

Color convert

RGB 168 241 66 -
CMYK 0.30 0 0.73 0.05
HSL 85.03º 0.86% 0.6% -
HSV(B) 85.03º 0.73% 0.95% -
XYZ 48.59 71.63 16.42 -
YUV 199.22 52.82 105.73 -
System Red Green Blue C M Y K H S L
Decimal 168 241 66 0.30 0 0.73 0.05 85.03 0.86 0.6
Hex A8 F1 42 1E 0 49 5 55 56 3C
Octal 250 361 102 36 0 111 5 125 126 74
Binary 10101000 11110001 1000010 11110 0 1001001 101 1010101 1010110 111100

Color Harmonies of #A8F142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F142

Black with #A8F142

Text Example


Text Example

White with #A8F142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F142; }

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

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

background-color css

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

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

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

border-color css

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

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

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