Html Css Color HEX #0AF889 Spring Green

📋 copy color: '#0AF889'

red 10 ◦ green 248 ◦ blue 137

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

Shades of Spring Green #0AF889

Tints of Spring Green #0AF889

RGB

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

 GREEN value IS 248 (97.27% from 255) = 62.78%

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 2.53%
G = 62.78%
B = 34.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#0AF889 (or 0x0AF889) is known color: Spring Green. HEX triplet: 0A, F8 and 89. RGB value is (10,248,137). Sum of RGB (Red+Green+Blue) = 10+248+137=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 248 (97.27% from 255 or 62.78% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF889 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF889 is #F50776. Grayscale: #A4A4A4. Windows color (decimal): -16058231 or 9041930. OLE color: 9041930.

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

Color convert

RGB 10 248 137 -
CMYK 0.96 0 0.45 0.03
HSL 152.02º 0.94% 0.51% -
HSV(B) 152.02º 0.96% 0.97% -
XYZ 38.21 69.01 34.97 -
YUV 164.18 112.65 18.03 -
System Red Green Blue C M Y K H S L
Decimal 10 248 137 0.96 0 0.45 0.03 152.02 0.94 0.51
Hex A F8 89 60 0 2D 3 98 5E 33
Octal 12 370 211 140 0 55 3 230 136 63
Binary 1010 11111000 10001001 1100000 0 101101 11 10011000 1011110 110011

Color Harmonies of #0AF889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF889

Black with #0AF889

Text Example


Text Example

White with #0AF889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,248,137); }

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

background-color css

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

 a { background-color: rgb(10,248,137); }

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

border-color css

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

 span { border-color: rgb(10,248,137); }

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