Html Css Color HEX #0AE383 Spring Green

📋 copy color: '#0AE383'

red 10 ◦ green 227 ◦ blue 131

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

Shades of Spring Green #0AE383

Tints of Spring Green #0AE383

RGB

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

 GREEN value IS 227 (89.06% from 255) = 61.68%

 BLUE value IS 131 (51.56% from 255) = 35.6%

R = 2.72%
G = 61.68%
B = 35.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#0AE383 (or 0x0AE383) is known color: Spring Green. HEX triplet: 0A, E3 and 83. RGB value is (10,227,131). Sum of RGB (Red+Green+Blue) = 10+227+131=368 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 368); Green value is 227 (89.06% from 255 or 61.68% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE383 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE383 is #F51C7C. Grayscale: #979797. Windows color (decimal): -16063613 or 8643338. OLE color: 8643338.

HSL color Cylindrical-coordinate representation of color #0AE383: hue angle of 153.46º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE383 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 227 131 -
CMYK 0.96 0 0.42 0.11
HSL 153.46º 0.92% 0.46% -
HSV(B) 153.46º 0.96% 0.89% -
XYZ 31.69 56.64 30.74 -
YUV 151.17 116.61 27.31 -
System Red Green Blue C M Y K H S L
Decimal 10 227 131 0.96 0 0.42 0.11 153.46 0.92 0.46
Hex A E3 83 60 0 2A B 99 5C 2E
Octal 12 343 203 140 0 52 13 231 134 56
Binary 1010 11100011 10000011 1100000 0 101010 1011 10011001 1011100 101110

Color Harmonies of #0AE383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE383

Black with #0AE383

Text Example


Text Example

White with #0AE383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,227,131); }

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

background-color css

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

 a { background-color: rgb(10,227,131); }

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

border-color css

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

 span { border-color: rgb(10,227,131); }

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