Html Css Color HEX #0AF672 Spring Green

📋 copy color: '#0AF672'

red 10 ◦ green 246 ◦ blue 114

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

Shades of Spring Green #0AF672

Tints of Spring Green #0AF672

RGB

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

 GREEN value IS 246 (96.48% from 255) = 66.49%

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

R = 2.7%
G = 66.49%
B = 30.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#0AF672 (or 0x0AF672) is known color: Spring Green. HEX triplet: 0A, F6 and 72. RGB value is (10,246,114). Sum of RGB (Red+Green+Blue) = 10+246+114=370 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 370); Green value is 246 (96.48% from 255 or 66.49% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 246 - color contains mainly: green. Hex color #0AF672 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF672 is #F5098D. Grayscale: #A0A0A0. Windows color (decimal): -16058766 or 7534090. OLE color: 7534090.

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

Color convert

RGB 10 246 114 -
CMYK 0.96 0 0.54 0.04
HSL 146.44º 0.93% 0.5% -
HSV(B) 146.44º 0.96% 0.96% -
XYZ 36.12 67.19 26.99 -
YUV 160.39 101.81 20.73 -
System Red Green Blue C M Y K H S L
Decimal 10 246 114 0.96 0 0.54 0.04 146.44 0.93 0.5
Hex A F6 72 60 0 36 4 92 5D 32
Octal 12 366 162 140 0 66 4 222 135 62
Binary 1010 11110110 1110010 1100000 0 110110 100 10010010 1011101 110010

Color Harmonies of #0AF672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF672

Black with #0AF672

Text Example


Text Example

White with #0AF672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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