Html Css Color HEX #0AF178 Spring Green

📋 copy color: '#0AF178'

red 10 ◦ green 241 ◦ blue 120

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

Shades of Spring Green #0AF178

Tints of Spring Green #0AF178

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.96%

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 2.7%
G = 64.96%
B = 32.35%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#0AF178 (or 0x0AF178) is known color: Spring Green. HEX triplet: 0A, F1 and 78. RGB value is (10,241,120). Sum of RGB (Red+Green+Blue) = 10+241+120=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF178 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF178 is #F50E87. Grayscale: #9E9E9E. Windows color (decimal): -16060040 or 7926026. OLE color: 7926026.

HSL color Cylindrical-coordinate representation of color #0AF178: hue angle of 148.57º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF178 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 241 120 -
CMYK 0.96 0 0.50 0.05
HSL 148.57º 0.92% 0.49% -
HSV(B) 148.57º 0.96% 0.95% -
XYZ 34.97 64.33 28.34 -
YUV 158.14 106.47 22.34 -
System Red Green Blue C M Y K H S L
Decimal 10 241 120 0.96 0 0.50 0.05 148.57 0.92 0.49
Hex A F1 78 60 0 32 5 95 5C 31
Octal 12 361 170 140 0 62 5 225 134 61
Binary 1010 11110001 1111000 1100000 0 110010 101 10010101 1011100 110001

Color Harmonies of #0AF178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF178

Black with #0AF178

Text Example


Text Example

White with #0AF178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,241,120); }

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

background-color css

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

 a { background-color: rgb(10,241,120); }

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

border-color css

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

 span { border-color: rgb(10,241,120); }

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