Html Css Color HEX #18F16A Spring Green

📋 copy color: '#18F16A'

red 24 ◦ green 241 ◦ blue 106

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

Shades of Spring Green #18F16A

Tints of Spring Green #18F16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.96%

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 6.47%
G = 64.96%
B = 28.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#18F16A (or 0x18F16A) is known color: Spring Green. HEX triplet: 18, F1 and 6A. RGB value is (24,241,106). Sum of RGB (Red+Green+Blue) = 24+241+106=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #18F16A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F16A is #E70E95. Grayscale: #A1A1A1. Windows color (decimal): -15142550 or 7008536. OLE color: 7008536.

HSL color Cylindrical-coordinate representation of color #18F16A: hue angle of 142.67º 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 #18F16A is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 241 106 -
CMYK 0.90 0 0.56 0.05
HSL 142.67º 0.89% 0.52% -
HSV(B) 142.67º 0.9% 0.95% -
XYZ 34.43 64.15 24.2 -
YUV 160.73 97.11 30.48 -
System Red Green Blue C M Y K H S L
Decimal 24 241 106 0.90 0 0.56 0.05 142.67 0.89 0.52
Hex 18 F1 6A 5A 0 38 5 8F 59 34
Octal 30 361 152 132 0 70 5 217 131 64
Binary 11000 11110001 1101010 1011010 0 111000 101 10001111 1011001 110100

Color Harmonies of #18F16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F16A

Black with #18F16A

Text Example


Text Example

White with #18F16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,241,106); }

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

background-color css

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

 a { background-color: rgb(24,241,106); }

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

border-color css

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

 span { border-color: rgb(24,241,106); }

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