Html Css Color HEX #A0F33D Green Yellow

📋 copy color: '#A0F33D'

red 160 ◦ green 243 ◦ blue 61

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

Shades of Green Yellow #A0F33D

Tints of Green Yellow #A0F33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.15%

R = 34.48%
G = 52.37%
B = 13.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#A0F33D (or 0xA0F33D) is known color: Green Yellow. HEX triplet: A0, F3 and 3D. RGB value is (160,243,61). Sum of RGB (Red+Green+Blue) = 160+243+61=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F33D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F33D is #5F0CC2. Grayscale: #C6C6C6. Windows color (decimal): -6229187 or 4060064. OLE color: 4060064.

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

Color convert

RGB 160 243 61 -
CMYK 0.34 0 0.75 0.05
HSL 87.36º 0.88% 0.6% -
HSV(B) 87.36º 0.75% 0.95% -
XYZ 47.39 71.91 15.8 -
YUV 197.44 51 101.3 -
System Red Green Blue C M Y K H S L
Decimal 160 243 61 0.34 0 0.75 0.05 87.36 0.88 0.6
Hex A0 F3 3D 22 0 4B 5 57 58 3C
Octal 240 363 75 42 0 113 5 127 130 74
Binary 10100000 11110011 111101 100010 0 1001011 101 1010111 1011000 111100

Color Harmonies of #A0F33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F33D

Black with #A0F33D

Text Example


Text Example

White with #A0F33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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