Html Css Color HEX #12F98B Spring Green

📋 copy color: '#12F98B'

red 18 ◦ green 249 ◦ blue 139

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

Shades of Spring Green #12F98B

Tints of Spring Green #12F98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 4.43%
G = 61.33%
B = 34.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#12F98B (or 0x12F98B) is known color: Spring Green. HEX triplet: 12, F9 and 8B. RGB value is (18,249,139). Sum of RGB (Red+Green+Blue) = 18+249+139=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 249 (97.66% from 255 or 61.33% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 249 - color contains mainly: green. Hex color #12F98B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F98B is #ED0674. Grayscale: #A7A7A7. Windows color (decimal): -15533685 or 9173266. OLE color: 9173266.

HSL color Cylindrical-coordinate representation of color #12F98B: hue angle of 151.43º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F98B is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 249 139 -
CMYK 0.93 0 0.44 0.02
HSL 151.43º 0.95% 0.52% -
HSV(B) 151.43º 0.93% 0.98% -
XYZ 38.79 69.74 35.84 -
YUV 167.39 111.97 21.44 -
System Red Green Blue C M Y K H S L
Decimal 18 249 139 0.93 0 0.44 0.02 151.43 0.95 0.52
Hex 12 F9 8B 5D 0 2C 2 97 5F 34
Octal 22 371 213 135 0 54 2 227 137 64
Binary 10010 11111001 10001011 1011101 0 101100 10 10010111 1011111 110100

Color Harmonies of #12F98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F98B

Black with #12F98B

Text Example


Text Example

White with #12F98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,249,139); }

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

background-color css

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

 a { background-color: rgb(18,249,139); }

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

border-color css

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

 span { border-color: rgb(18,249,139); }

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