Html Css Color HEX #0AF762 Spring Green

📋 copy color: '#0AF762'

red 10 ◦ green 247 ◦ blue 98

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

Shades of Spring Green #0AF762

Tints of Spring Green #0AF762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.61%

R = 2.82%
G = 69.58%
B = 27.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#0AF762 (or 0x0AF762) is known color: Spring Green. HEX triplet: 0A, F7 and 62. RGB value is (10,247,98). Sum of RGB (Red+Green+Blue) = 10+247+98=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 247 (96.88% from 255 or 69.58% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF762 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF762 is #F5089D. Grayscale: #9F9F9F. Windows color (decimal): -16058526 or 6485770. OLE color: 6485770.

HSL color Cylindrical-coordinate representation of color #0AF762: hue angle of 142.28º 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 #0AF762 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 247 98 -
CMYK 0.96 0 0.60 0.03
HSL 142.28º 0.94% 0.5% -
HSV(B) 142.28º 0.96% 0.97% -
XYZ 35.59 67.47 22.7 -
YUV 159.15 93.48 21.62 -
System Red Green Blue C M Y K H S L
Decimal 10 247 98 0.96 0 0.60 0.03 142.28 0.94 0.5
Hex A F7 62 60 0 3C 3 8E 5E 32
Octal 12 367 142 140 0 74 3 216 136 62
Binary 1010 11110111 1100010 1100000 0 111100 11 10001110 1011110 110010

Color Harmonies of #0AF762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF762

Black with #0AF762

Text Example


Text Example

White with #0AF762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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