Html Css Color HEX #18F96A Spring Green

📋 copy color: '#18F96A'

red 24 ◦ green 249 ◦ blue 106

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

Shades of Spring Green #18F96A

Tints of Spring Green #18F96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.7%

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

R = 6.33%
G = 65.7%
B = 27.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#18F96A (or 0x18F96A) is known color: Spring Green. HEX triplet: 18, F9 and 6A. RGB value is (24,249,106). Sum of RGB (Red+Green+Blue) = 24+249+106=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 249 (97.66% from 255 or 65.70% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 249 - color contains mainly: green. Hex color #18F96A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F96A is #E70695. Grayscale: #A5A5A5. Windows color (decimal): -15140502 or 7010584. OLE color: 7010584.

HSL color Cylindrical-coordinate representation of color #18F96A: hue angle of 141.87º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F96A is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 249 106 -
CMYK 0.90 0 0.57 0.02
HSL 141.87º 0.95% 0.54% -
HSV(B) 141.87º 0.9% 0.98% -
XYZ 36.85 68.99 25.01 -
YUV 165.42 94.46 27.13 -
System Red Green Blue C M Y K H S L
Decimal 24 249 106 0.90 0 0.57 0.02 141.87 0.95 0.54
Hex 18 F9 6A 5A 0 39 2 8E 5F 36
Octal 30 371 152 132 0 71 2 216 137 66
Binary 11000 11111001 1101010 1011010 0 111001 10 10001110 1011111 110110

Color Harmonies of #18F96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F96A

Black with #18F96A

Text Example


Text Example

White with #18F96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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