Html Css Color HEX #10F38A Spring Green

📋 copy color: '#10F38A'

red 16 ◦ green 243 ◦ blue 138

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

Shades of Spring Green #10F38A

Tints of Spring Green #10F38A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 61.21%

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 4.03%
G = 61.21%
B = 34.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#10F38A (or 0x10F38A) is known color: Spring Green. HEX triplet: 10, F3 and 8A. RGB value is (16,243,138). Sum of RGB (Red+Green+Blue) = 16+243+138=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 243 (95.31% from 255 or 61.21% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 243 - color contains mainly: green. Hex color #10F38A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F38A is #EF0C75. Grayscale: #A3A3A3. Windows color (decimal): -15666294 or 9106192. OLE color: 9106192.

HSL color Cylindrical-coordinate representation of color #10F38A: hue angle of 152.25º 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 #10F38A is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 243 138 -
CMYK 0.93 0 0.43 0.05
HSL 152.25º 0.9% 0.51% -
HSV(B) 152.25º 0.93% 0.95% -
XYZ 36.85 66.05 34.85 -
YUV 163.16 113.79 23.04 -
System Red Green Blue C M Y K H S L
Decimal 16 243 138 0.93 0 0.43 0.05 152.25 0.9 0.51
Hex 10 F3 8A 5D 0 2B 5 98 5A 33
Octal 20 363 212 135 0 53 5 230 132 63
Binary 10000 11110011 10001010 1011101 0 101011 101 10011000 1011010 110011

Color Harmonies of #10F38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F38A

Black with #10F38A

Text Example


Text Example

White with #10F38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,243,138); }

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

background-color css

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

 a { background-color: rgb(16,243,138); }

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

border-color css

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

 span { border-color: rgb(16,243,138); }

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