Html Css Color HEX #12F372 Spring Green

📋 copy color: '#12F372'

red 18 ◦ green 243 ◦ blue 114

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

Shades of Spring Green #12F372

Tints of Spring Green #12F372

RGB

 RED value IS 18 (7.42% from 255) = 4.8%

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

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 4.8%
G = 64.8%
B = 30.4%

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

#12F372 (or 0x12F372) is known color: Spring Green. HEX triplet: 12, F3 and 72. RGB value is (18,243,114). Sum of RGB (Red+Green+Blue) = 18+243+114=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #12F372 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F372 is #ED0C8D. Grayscale: #A1A1A1. Windows color (decimal): -15535246 or 7533330. OLE color: 7533330.

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

Color convert

RGB 18 243 114 -
CMYK 0.93 0 0.53 0.05
HSL 145.6º 0.9% 0.51% -
HSV(B) 145.6º 0.93% 0.95% -
XYZ 35.34 65.44 26.69 -
YUV 161.02 101.46 25.99 -
System Red Green Blue C M Y K H S L
Decimal 18 243 114 0.93 0 0.53 0.05 145.6 0.9 0.51
Hex 12 F3 72 5D 0 35 5 92 5A 33
Octal 22 363 162 135 0 65 5 222 132 63
Binary 10010 11110011 1110010 1011101 0 110101 101 10010010 1011010 110011

Color Harmonies of #12F372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F372

Black with #12F372

Text Example


Text Example

White with #12F372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12F372; }

 p { color: rgb(18,243,114); }

 H1.HeaderClassName
 {
   color: #12F372;
 }
 .AnyTagClassName
 {
   color: #12F372;
 }
</style>

background-color css

<style>
 a { background-color: #12F372; }

 a { background-color: rgb(18,243,114); }

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

border-color css

<style>
 span { border-color: #12F372; }

 span { border-color: rgb(18,243,114); }

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