Html Css Color HEX #0AFF61 Spring Green

📋 copy color: '#0AFF61'

red 10 ◦ green 255 ◦ blue 97

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

Shades of Spring Green #0AFF61

Tints of Spring Green #0AFF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 2.76%
G = 70.44%
B = 26.8%

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

#0AFF61 (or 0x0AFF61) is known color: Spring Green. HEX triplet: 0A, FF and 61. RGB value is (10,255,97). Sum of RGB (Red+Green+Blue) = 10+255+97=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFF61 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFF61 is #F5009E. Grayscale: #A4A4A4. Windows color (decimal): -16056479 or 6422282. OLE color: 6422282.

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

Color convert

RGB 10 255 97 -
CMYK 0.96 0 0.62 0
HSL 141.31º 1% 0.52% -
HSV(B) 141.31º 0.96% 1% -
XYZ 38.04 72.45 23.29 -
YUV 163.73 90.33 18.35 -
System Red Green Blue C M Y K H S L
Decimal 10 255 97 0.96 0 0.62 0 141.31 1 0.52
Hex A FF 61 60 0 3E 0 8D 64 34
Octal 12 377 141 140 0 76 0 215 144 64
Binary 1010 11111111 1100001 1100000 0 111110 0 10001101 1100100 110100

Color Harmonies of #0AFF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFF61

Black with #0AFF61

Text Example


Text Example

White with #0AFF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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