Html Css Color HEX #0AFA7B Spring Green

📋 copy color: '#0AFA7B'

red 10 ◦ green 250 ◦ blue 123

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

Shades of Spring Green #0AFA7B

Tints of Spring Green #0AFA7B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 65.27%

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 2.61%
G = 65.27%
B = 32.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#0AFA7B (or 0x0AFA7B) is known color: Spring Green. HEX triplet: 0A, FA and 7B. RGB value is (10,250,123). Sum of RGB (Red+Green+Blue) = 10+250+123=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 250 (98.05% from 255 or 65.27% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFA7B is #F50584. Grayscale: #A4A4A4. Windows color (decimal): -16057733 or 8124938. OLE color: 8124938.

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

Color convert

RGB 10 250 123 -
CMYK 0.96 0 0.51 0.02
HSL 148.25º 0.96% 0.51% -
HSV(B) 148.25º 0.96% 0.98% -
XYZ 37.89 69.87 30.23 -
YUV 163.76 104.99 18.33 -
System Red Green Blue C M Y K H S L
Decimal 10 250 123 0.96 0 0.51 0.02 148.25 0.96 0.51
Hex A FA 7B 60 0 33 2 94 60 33
Octal 12 372 173 140 0 63 2 224 140 63
Binary 1010 11111010 1111011 1100000 0 110011 10 10010100 1100000 110011

Color Harmonies of #0AFA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFA7B

Black with #0AFA7B

Text Example


Text Example

White with #0AFA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,250,123); }

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

background-color css

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

 a { background-color: rgb(10,250,123); }

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

border-color css

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

 span { border-color: rgb(10,250,123); }

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