Html Css Color HEX #0AF689 Spring Green

📋 copy color: '#0AF689'

red 10 ◦ green 246 ◦ blue 137

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

Shades of Spring Green #0AF689

Tints of Spring Green #0AF689

RGB

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

 GREEN value IS 246 (96.48% from 255) = 62.6%

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

R = 2.54%
G = 62.6%
B = 34.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#0AF689 (or 0x0AF689) is known color: Spring Green. HEX triplet: 0A, F6 and 89. RGB value is (10,246,137). Sum of RGB (Red+Green+Blue) = 10+246+137=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 246 (96.48% from 255 or 62.60% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 246 - color contains mainly: green. Hex color #0AF689 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF689 is #F50976. Grayscale: #A3A3A3. Windows color (decimal): -16058743 or 9041418. OLE color: 9041418.

HSL color Cylindrical-coordinate representation of color #0AF689: hue angle of 152.29º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF689 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 10 246 137 -
CMYK 0.96 0 0.44 0.04
HSL 152.29º 0.93% 0.5% -
HSV(B) 152.29º 0.96% 0.96% -
XYZ 37.6 67.78 34.77 -
YUV 163.01 113.31 18.86 -
System Red Green Blue C M Y K H S L
Decimal 10 246 137 0.96 0 0.44 0.04 152.29 0.93 0.5
Hex A F6 89 60 0 2C 4 98 5D 32
Octal 12 366 211 140 0 54 4 230 135 62
Binary 1010 11110110 10001001 1100000 0 101100 100 10011000 1011101 110010

Color Harmonies of #0AF689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF689

Black with #0AF689

Text Example


Text Example

White with #0AF689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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