Html Css Color HEX #0AF772 Spring Green

📋 copy color: '#0AF772'

red 10 ◦ green 247 ◦ blue 114

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

Shades of Spring Green #0AF772

Tints of Spring Green #0AF772

RGB

 RED value IS 10 (4.3% from 255) = 2.7%

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

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 2.7%
G = 66.58%
B = 30.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#0AF772 (or 0x0AF772) is known color: Spring Green. HEX triplet: 0A, F7 and 72. RGB value is (10,247,114). Sum of RGB (Red+Green+Blue) = 10+247+114=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF772 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF772 is #F5088D. Grayscale: #A1A1A1. Windows color (decimal): -16058510 or 7534346. OLE color: 7534346.

HSL color Cylindrical-coordinate representation of color #0AF772: hue angle of 146.33º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF772 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 247 114 -
CMYK 0.96 0 0.54 0.03
HSL 146.33º 0.94% 0.5% -
HSV(B) 146.33º 0.96% 0.97% -
XYZ 36.42 67.8 27.09 -
YUV 160.98 101.48 20.31 -
System Red Green Blue C M Y K H S L
Decimal 10 247 114 0.96 0 0.54 0.03 146.33 0.94 0.5
Hex A F7 72 60 0 36 3 92 5E 32
Octal 12 367 162 140 0 66 3 222 136 62
Binary 1010 11110111 1110010 1100000 0 110110 11 10010010 1011110 110010

Color Harmonies of #0AF772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF772

Black with #0AF772

Text Example


Text Example

White with #0AF772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AF772; }

 p { color: rgb(10,247,114); }

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

background-color css

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

 a { background-color: rgb(10,247,114); }

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

border-color css

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

 span { border-color: rgb(10,247,114); }

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