Html Css Color HEX #0AF88C Spring Green

📋 copy color: '#0AF88C'

red 10 ◦ green 248 ◦ blue 140

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

Shades of Spring Green #0AF88C

Tints of Spring Green #0AF88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 2.51%
G = 62.31%
B = 35.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#0AF88C (or 0x0AF88C) is known color: Spring Green. HEX triplet: 0A, F8 and 8C. RGB value is (10,248,140). Sum of RGB (Red+Green+Blue) = 10+248+140=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 248 (97.27% from 255 or 62.31% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF88C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF88C is #F50773. Grayscale: #A4A4A4. Windows color (decimal): -16058228 or 9238538. OLE color: 9238538.

HSL color Cylindrical-coordinate representation of color #0AF88C: hue angle of 152.77º 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 #0AF88C is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 248 140 -
CMYK 0.96 0 0.44 0.03
HSL 152.77º 0.94% 0.51% -
HSV(B) 152.77º 0.96% 0.97% -
XYZ 38.43 69.09 36.12 -
YUV 164.53 114.15 17.78 -
System Red Green Blue C M Y K H S L
Decimal 10 248 140 0.96 0 0.44 0.03 152.77 0.94 0.51
Hex A F8 8C 60 0 2C 3 99 5E 33
Octal 12 370 214 140 0 54 3 231 136 63
Binary 1010 11111000 10001100 1100000 0 101100 11 10011001 1011110 110011

Color Harmonies of #0AF88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF88C

Black with #0AF88C

Text Example


Text Example

White with #0AF88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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