Html Css Color HEX #0AFF62 Spring Green

📋 copy color: '#0AFF62'

red 10 ◦ green 255 ◦ blue 98

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

Shades of Spring Green #0AFF62

Tints of Spring Green #0AFF62

RGB

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

 GREEN value IS 255 (100% from 255) = 70.25%

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

R = 2.75%
G = 70.25%
B = 27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#0AFF62 (or 0x0AFF62) is known color: Spring Green. HEX triplet: 0A, FF and 62. RGB value is (10,255,98). Sum of RGB (Red+Green+Blue) = 10+255+98=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFF62 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFF62 is #F5009D. Grayscale: #A4A4A4. Windows color (decimal): -16056478 or 6487818. OLE color: 6487818.

HSL color Cylindrical-coordinate representation of color #0AFF62: hue angle of 141.55º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFF62 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 10 255 98 -
CMYK 0.96 0 0.62 0
HSL 141.55º 1% 0.52% -
HSV(B) 141.55º 0.96% 1% -
XYZ 38.09 72.47 23.54 -
YUV 163.85 90.83 18.27 -
System Red Green Blue C M Y K H S L
Decimal 10 255 98 0.96 0 0.62 0 141.55 1 0.52
Hex A FF 62 60 0 3E 0 8E 64 34
Octal 12 377 142 140 0 76 0 216 144 64
Binary 1010 11111111 1100010 1100000 0 111110 0 10001110 1100100 110100

Color Harmonies of #0AFF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFF62

Black with #0AFF62

Text Example


Text Example

White with #0AFF62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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