Html Css Color HEX #A0F325 Green Yellow

📋 copy color: '#A0F325'

red 160 ◦ green 243 ◦ blue 37

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

Shades of Green Yellow #A0F325

Tints of Green Yellow #A0F325

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.23%

 BLUE value IS 37 (14.84% from 255) = 8.41%

R = 36.36%
G = 55.23%
B = 8.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#A0F325 (or 0xA0F325) is known color: Green Yellow. HEX triplet: A0, F3 and 25. RGB value is (160,243,37). Sum of RGB (Red+Green+Blue) = 160+243+37=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F325 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F325 is #5F0CDA. Grayscale: #C3C3C3. Windows color (decimal): -6229211 or 2487200. OLE color: 2487200.

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

Color convert

RGB 160 243 37 -
CMYK 0.34 0 0.85 0.05
HSL 84.17º 0.9% 0.55% -
HSV(B) 84.17º 0.85% 0.95% -
XYZ 46.88 71.71 13.12 -
YUV 194.7 39 103.25 -
System Red Green Blue C M Y K H S L
Decimal 160 243 37 0.34 0 0.85 0.05 84.17 0.9 0.55
Hex A0 F3 25 22 0 55 5 54 5A 37
Octal 240 363 45 42 0 125 5 124 132 67
Binary 10100000 11110011 100101 100010 0 1010101 101 1010100 1011010 110111

Color Harmonies of #A0F325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F325

Black with #A0F325

Text Example


Text Example

White with #A0F325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F325; }

 p { color: rgb(160,243,37); }

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

background-color css

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

 a { background-color: rgb(160,243,37); }

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

border-color css

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

 span { border-color: rgb(160,243,37); }

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