Html Css Color HEX #18F27E Spring Green

📋 copy color: '#18F27E'

red 24 ◦ green 242 ◦ blue 126

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

Shades of Spring Green #18F27E

Tints of Spring Green #18F27E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 61.73%

 BLUE value IS 126 (49.61% from 255) = 32.14%

R = 6.12%
G = 61.73%
B = 32.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#18F27E (or 0x18F27E) is known color: Spring Green. HEX triplet: 18, F2 and 7E. RGB value is (24,242,126). Sum of RGB (Red+Green+Blue) = 24+242+126=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 242 (94.92% from 255 or 61.73% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 242 - color contains mainly: green. Hex color #18F27E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F27E is #E70D81. Grayscale: #A3A3A3. Windows color (decimal): -15142274 or 8319512. OLE color: 8319512.

HSL color Cylindrical-coordinate representation of color #18F27E: hue angle of 148.07º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F27E is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 242 126 -
CMYK 0.90 0 0.48 0.05
HSL 148.07º 0.89% 0.52% -
HSV(B) 148.07º 0.9% 0.95% -
XYZ 35.89 65.2 30.43 -
YUV 163.59 106.78 28.43 -
System Red Green Blue C M Y K H S L
Decimal 24 242 126 0.90 0 0.48 0.05 148.07 0.89 0.52
Hex 18 F2 7E 5A 0 30 5 94 59 34
Octal 30 362 176 132 0 60 5 224 131 64
Binary 11000 11110010 1111110 1011010 0 110000 101 10010100 1011001 110100

Color Harmonies of #18F27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F27E

Black with #18F27E

Text Example


Text Example

White with #18F27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,242,126); }

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

background-color css

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

 a { background-color: rgb(24,242,126); }

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

border-color css

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

 span { border-color: rgb(24,242,126); }

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