Html Css Color HEX #0AF788 Spring Green

📋 copy color: '#0AF788'

red 10 ◦ green 247 ◦ blue 136

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

Shades of Spring Green #0AF788

Tints of Spring Green #0AF788

RGB

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

 GREEN value IS 247 (96.88% from 255) = 62.85%

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

R = 2.54%
G = 62.85%
B = 34.61%

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

#0AF788 (or 0x0AF788) is known color: Spring Green. HEX triplet: 0A, F7 and 88. RGB value is (10,247,136). Sum of RGB (Red+Green+Blue) = 10+247+136=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 247 (96.88% from 255 or 62.85% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF788 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF788 is #F50877. Grayscale: #A3A3A3. Windows color (decimal): -16058488 or 8976138. OLE color: 8976138.

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

Color convert

RGB 10 247 136 -
CMYK 0.96 0 0.45 0.03
HSL 151.9º 0.94% 0.5% -
HSV(B) 151.9º 0.96% 0.97% -
XYZ 37.83 68.36 34.49 -
YUV 163.48 112.48 18.53 -
System Red Green Blue C M Y K H S L
Decimal 10 247 136 0.96 0 0.45 0.03 151.9 0.94 0.5
Hex A F7 88 60 0 2D 3 98 5E 32
Octal 12 367 210 140 0 55 3 230 136 62
Binary 1010 11110111 10001000 1100000 0 101101 11 10011000 1011110 110010

Color Harmonies of #0AF788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF788

Black with #0AF788

Text Example


Text Example

White with #0AF788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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