Html Css Color HEX #A0F736 Green Yellow

📋 copy color: '#A0F736'

red 160 ◦ green 247 ◦ blue 54

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

Shades of Green Yellow #A0F736

Tints of Green Yellow #A0F736

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53.58%

 BLUE value IS 54 (21.48% from 255) = 11.71%

R = 34.71%
G = 53.58%
B = 11.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#A0F736 (or 0xA0F736) is known color: Green Yellow. HEX triplet: A0, F7 and 36. RGB value is (160,247,54). Sum of RGB (Red+Green+Blue) = 160+247+54=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 54 (21.48% from 255 or 11.71% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F736 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F736 is #5F08C9. Grayscale: #C7C7C7. Windows color (decimal): -6228170 or 3602336. OLE color: 3602336.

HSL color Cylindrical-coordinate representation of color #A0F736: hue angle of 87.05º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0F736 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 247 54 -
CMYK 0.35 0 0.78 0.03
HSL 87.05º 0.92% 0.59% -
HSV(B) 87.05º 0.78% 0.97% -
XYZ 48.42 74.26 15.27 -
YUV 198.99 46.18 100.19 -
System Red Green Blue C M Y K H S L
Decimal 160 247 54 0.35 0 0.78 0.03 87.05 0.92 0.59
Hex A0 F7 36 23 0 4E 3 57 5C 3B
Octal 240 367 66 43 0 116 3 127 134 73
Binary 10100000 11110111 110110 100011 0 1001110 11 1010111 1011100 111011

Color Harmonies of #A0F736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F736

Black with #A0F736

Text Example


Text Example

White with #A0F736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F736; }

 p { color: rgb(160,247,54); }

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

background-color css

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

 a { background-color: rgb(160,247,54); }

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

border-color css

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

 span { border-color: rgb(160,247,54); }

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