Html Css Color HEX #10F175 Spring Green

📋 copy color: '#10F175'

red 16 ◦ green 241 ◦ blue 117

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

Shades of Spring Green #10F175

Tints of Spring Green #10F175

RGB

 RED value IS 16 (6.64% from 255) = 4.28%

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

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 4.28%
G = 64.44%
B = 31.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#10F175 (or 0x10F175) is known color: Spring Green. HEX triplet: 10, F1 and 75. RGB value is (16,241,117). Sum of RGB (Red+Green+Blue) = 16+241+117=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 241 (94.53% from 255 or 64.44% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 241 - color contains mainly: green. Hex color #10F175 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F175 is #EF0E8A. Grayscale: #9F9F9F. Windows color (decimal): -15666827 or 7729424. OLE color: 7729424.

HSL color Cylindrical-coordinate representation of color #10F175: hue angle of 146.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F175 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 241 117 -
CMYK 0.93 0 0.51 0.05
HSL 146.93º 0.89% 0.5% -
HSV(B) 146.93º 0.93% 0.95% -
XYZ 34.88 64.31 27.4 -
YUV 159.59 103.96 25.58 -
System Red Green Blue C M Y K H S L
Decimal 16 241 117 0.93 0 0.51 0.05 146.93 0.89 0.5
Hex 10 F1 75 5D 0 33 5 93 59 32
Octal 20 361 165 135 0 63 5 223 131 62
Binary 10000 11110001 1110101 1011101 0 110011 101 10010011 1011001 110010

Color Harmonies of #10F175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F175

Black with #10F175

Text Example


Text Example

White with #10F175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10F175; }

 p { color: rgb(16,241,117); }

 H1.HeaderClassName
 {
   color: #10F175;
 }
 .AnyTagClassName
 {
   color: #10F175;
 }
</style>

background-color css

<style>
 a { background-color: #10F175; }

 a { background-color: rgb(16,241,117); }

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

border-color css

<style>
 span { border-color: #10F175; }

 span { border-color: rgb(16,241,117); }

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