Html Css Color HEX #0AF988 Spring Green

📋 copy color: '#0AF988'

red 10 ◦ green 249 ◦ blue 136

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

Shades of Spring Green #0AF988

Tints of Spring Green #0AF988

RGB

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

 GREEN value IS 249 (97.66% from 255) = 63.04%

 BLUE value IS 136 (53.52% from 255) = 34.43%

R = 2.53%
G = 63.04%
B = 34.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#0AF988 (or 0x0AF988) is known color: Spring Green. HEX triplet: 0A, F9 and 88. RGB value is (10,249,136). Sum of RGB (Red+Green+Blue) = 10+249+136=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 249 (97.66% from 255 or 63.04% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF988 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF988 is #F50677. Grayscale: #A4A4A4. Windows color (decimal): -16057976 or 8976650. OLE color: 8976650.

HSL color Cylindrical-coordinate representation of color #0AF988: hue angle of 151.63º degrees, saturation: 0.95, 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 #0AF988 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 249 136 -
CMYK 0.96 0 0.45 0.02
HSL 151.63º 0.95% 0.51% -
HSV(B) 151.63º 0.96% 0.98% -
XYZ 38.44 69.59 34.7 -
YUV 164.66 111.82 17.69 -
System Red Green Blue C M Y K H S L
Decimal 10 249 136 0.96 0 0.45 0.02 151.63 0.95 0.51
Hex A F9 88 60 0 2D 2 98 5F 33
Octal 12 371 210 140 0 55 2 230 137 63
Binary 1010 11111001 10001000 1100000 0 101101 10 10011000 1011111 110011

Color Harmonies of #0AF988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF988

Black with #0AF988

Text Example


Text Example

White with #0AF988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,249,136); }

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

background-color css

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

 a { background-color: rgb(10,249,136); }

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

border-color css

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

 span { border-color: rgb(10,249,136); }

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