Html Css Color HEX #0AE175 Spring Green

📋 copy color: '#0AE175'

red 10 ◦ green 225 ◦ blue 117

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

Shades of Spring Green #0AE175

Tints of Spring Green #0AE175

RGB

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

 GREEN value IS 225 (88.28% from 255) = 63.92%

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 2.84%
G = 63.92%
B = 33.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#0AE175 (or 0x0AE175) is known color: Spring Green. HEX triplet: 0A, E1 and 75. RGB value is (10,225,117). Sum of RGB (Red+Green+Blue) = 10+225+117=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE175 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE175 is #F51E8A. Grayscale: #949494. Windows color (decimal): -16064139 or 7725322. OLE color: 7725322.

HSL color Cylindrical-coordinate representation of color #0AE175: hue angle of 149.86º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE175 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 225 117 -
CMYK 0.96 0 0.48 0.12
HSL 149.86º 0.91% 0.46% -
HSV(B) 149.86º 0.96% 0.88% -
XYZ 30.26 55.2 25.89 -
YUV 148.4 110.27 29.28 -
System Red Green Blue C M Y K H S L
Decimal 10 225 117 0.96 0 0.48 0.12 149.86 0.91 0.46
Hex A E1 75 60 0 30 C 96 5B 2E
Octal 12 341 165 140 0 60 14 226 133 56
Binary 1010 11100001 1110101 1100000 0 110000 1100 10010110 1011011 101110

Color Harmonies of #0AE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE175

Black with #0AE175

Text Example


Text Example

White with #0AE175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,225,117); }

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

background-color css

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

 a { background-color: rgb(10,225,117); }

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

border-color css

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

 span { border-color: rgb(10,225,117); }

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