Html Css Color HEX #10F271 Spring Green

📋 copy color: '#10F271'

red 16 ◦ green 242 ◦ blue 113

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

Shades of Spring Green #10F271

Tints of Spring Green #10F271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 4.31%
G = 65.23%
B = 30.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#10F271 (or 0x10F271) is known color: Spring Green. HEX triplet: 10, F2 and 71. RGB value is (16,242,113). Sum of RGB (Red+Green+Blue) = 16+242+113=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #10F271 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F271 is #EF0D8E. Grayscale: #A0A0A0. Windows color (decimal): -15666575 or 7467536. OLE color: 7467536.

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

Color convert

RGB 16 242 113 -
CMYK 0.93 0 0.53 0.05
HSL 145.75º 0.9% 0.51% -
HSV(B) 145.75º 0.93% 0.95% -
XYZ 34.95 64.81 26.29 -
YUV 159.72 101.63 25.49 -
System Red Green Blue C M Y K H S L
Decimal 16 242 113 0.93 0 0.53 0.05 145.75 0.9 0.51
Hex 10 F2 71 5D 0 35 5 92 5A 33
Octal 20 362 161 135 0 65 5 222 132 63
Binary 10000 11110010 1110001 1011101 0 110101 101 10010010 1011010 110011

Color Harmonies of #10F271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F271

Black with #10F271

Text Example


Text Example

White with #10F271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,242,113); }

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

background-color css

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

 a { background-color: rgb(16,242,113); }

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

border-color css

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

 span { border-color: rgb(16,242,113); }

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