Html Css Color HEX #18EA70 Spring Green

📋 copy color: '#18EA70'

red 24 ◦ green 234 ◦ blue 112

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

Shades of Spring Green #18EA70

Tints of Spring Green #18EA70

RGB

 RED value IS 24 (9.77% from 255) = 6.49%

 GREEN value IS 234 (91.8% from 255) = 63.24%

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 6.49%
G = 63.24%
B = 30.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#18EA70 (or 0x18EA70) is known color: Spring Green. HEX triplet: 18, EA and 70. RGB value is (24,234,112). Sum of RGB (Red+Green+Blue) = 24+234+112=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 234 (91.80% from 255 or 63.24% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 234 - color contains mainly: green. Hex color #18EA70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EA70 is #E7158F. Grayscale: #9D9D9D. Windows color (decimal): -15144336 or 7399960. OLE color: 7399960.

HSL color Cylindrical-coordinate representation of color #18EA70: hue angle of 145.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EA70 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 234 112 -
CMYK 0.90 0 0.52 0.08
HSL 145.14º 0.83% 0.51% -
HSV(B) 145.14º 0.9% 0.92% -
XYZ 32.72 60.21 25.23 -
YUV 157.3 102.43 32.92 -
System Red Green Blue C M Y K H S L
Decimal 24 234 112 0.90 0 0.52 0.08 145.14 0.83 0.51
Hex 18 EA 70 5A 0 34 8 91 53 33
Octal 30 352 160 132 0 64 10 221 123 63
Binary 11000 11101010 1110000 1011010 0 110100 1000 10010001 1010011 110011

Color Harmonies of #18EA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EA70

Black with #18EA70

Text Example


Text Example

White with #18EA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18EA70; }

 p { color: rgb(24,234,112); }

 H1.HeaderClassName
 {
   color: #18EA70;
 }
 .AnyTagClassName
 {
   color: #18EA70;
 }
</style>

background-color css

<style>
 a { background-color: #18EA70; }

 a { background-color: rgb(24,234,112); }

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

border-color css

<style>
 span { border-color: #18EA70; }

 span { border-color: rgb(24,234,112); }

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