Html Css Color HEX #A0F74B Green Yellow

📋 copy color: '#A0F74B'

red 160 ◦ green 247 ◦ blue 75

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

Shades of Green Yellow #A0F74B

Tints of Green Yellow #A0F74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.56%

R = 33.2%
G = 51.24%
B = 15.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#A0F74B (or 0xA0F74B) is known color: Green Yellow. HEX triplet: A0, F7 and 4B. RGB value is (160,247,75). Sum of RGB (Red+Green+Blue) = 160+247+75=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 247 (96.88% from 255 or 51.24% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F74B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F74B is #5F08B4. Grayscale: #C9C9C9. Windows color (decimal): -6228149 or 4978592. OLE color: 4978592.

HSL color Cylindrical-coordinate representation of color #A0F74B: hue angle of 90.35º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0F74B is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 247 75 -
CMYK 0.35 0 0.70 0.03
HSL 90.35º 0.91% 0.63% -
HSV(B) 90.35º 0.7% 0.97% -
XYZ 49.03 74.5 18.45 -
YUV 201.38 56.68 98.49 -
System Red Green Blue C M Y K H S L
Decimal 160 247 75 0.35 0 0.70 0.03 90.35 0.91 0.63
Hex A0 F7 4B 23 0 46 3 5A 5B 3F
Octal 240 367 113 43 0 106 3 132 133 77
Binary 10100000 11110111 1001011 100011 0 1000110 11 1011010 1011011 111111

Color Harmonies of #A0F74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F74B

Black with #A0F74B

Text Example


Text Example

White with #A0F74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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