Html Css Color HEX #18F06C Spring Green

📋 copy color: '#18F06C'

red 24 ◦ green 240 ◦ blue 108

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

Shades of Spring Green #18F06C

Tints of Spring Green #18F06C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.52%

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 6.45%
G = 64.52%
B = 29.03%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#18F06C (or 0x18F06C) is known color: Spring Green. HEX triplet: 18, F0 and 6C. RGB value is (24,240,108). Sum of RGB (Red+Green+Blue) = 24+240+108=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 240 (94.14% from 255 or 64.52% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 240 - color contains mainly: green. Hex color #18F06C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F06C is #E70F93. Grayscale: #A0A0A0. Windows color (decimal): -15142804 or 7139352. OLE color: 7139352.

HSL color Cylindrical-coordinate representation of color #18F06C: hue angle of 143.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F06C is Cyan = 0.9, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 240 108 -
CMYK 0.9 0 0.55 0.06
HSL 143.33º 0.88% 0.52% -
HSV(B) 143.33º 0.9% 0.94% -
XYZ 34.24 63.6 24.66 -
YUV 160.37 98.44 30.73 -
System Red Green Blue C M Y K H S L
Decimal 24 240 108 0.9 0 0.55 0.06 143.33 0.88 0.52
Hex 18 F0 6C 5A 0 37 6 8F 58 34
Octal 30 360 154 132 0 67 6 217 130 64
Binary 11000 11110000 1101100 1011010 0 110111 110 10001111 1011000 110100

Color Harmonies of #18F06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F06C

Black with #18F06C

Text Example


Text Example

White with #18F06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,240,108); }

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

background-color css

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

 a { background-color: rgb(24,240,108); }

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

border-color css

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

 span { border-color: rgb(24,240,108); }

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