Html Css Color HEX #A0F127 Green Yellow

📋 copy color: '#A0F127'

red 160 ◦ green 241 ◦ blue 39

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

Shades of Green Yellow #A0F127

Tints of Green Yellow #A0F127

RGB

 RED value IS 160 (62.89% from 255) = 36.36%

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

 BLUE value IS 39 (15.63% from 255) = 8.86%

R = 36.36%
G = 54.77%
B = 8.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#A0F127 (or 0xA0F127) is known color: Green Yellow. HEX triplet: A0, F1 and 27. RGB value is (160,241,39). Sum of RGB (Red+Green+Blue) = 160+241+39=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F127 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F127 is #5F0ED8. Grayscale: #C2C2C2. Windows color (decimal): -6229721 or 2617760. OLE color: 2617760.

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

Color convert

RGB 160 241 39 -
CMYK 0.34 0 0.84 0.05
HSL 84.06º 0.88% 0.55% -
HSV(B) 84.06º 0.84% 0.95% -
XYZ 46.32 70.53 13.09 -
YUV 193.75 40.66 103.93 -
System Red Green Blue C M Y K H S L
Decimal 160 241 39 0.34 0 0.84 0.05 84.06 0.88 0.55
Hex A0 F1 27 22 0 54 5 54 58 37
Octal 240 361 47 42 0 124 5 124 130 67
Binary 10100000 11110001 100111 100010 0 1010100 101 1010100 1011000 110111

Color Harmonies of #A0F127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F127

Black with #A0F127

Text Example


Text Example

White with #A0F127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F127; }

 p { color: rgb(160,241,39); }

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

background-color css

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

 a { background-color: rgb(160,241,39); }

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

border-color css

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

 span { border-color: rgb(160,241,39); }

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