Html Css Color HEX #12F765 Spring Green

📋 copy color: '#12F765'

red 18 ◦ green 247 ◦ blue 101

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

Shades of Spring Green #12F765

Tints of Spring Green #12F765

RGB

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

 GREEN value IS 247 (96.88% from 255) = 67.49%

 BLUE value IS 101 (39.84% from 255) = 27.6%

R = 4.92%
G = 67.49%
B = 27.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#12F765 (or 0x12F765) is known color: Spring Green. HEX triplet: 12, F7 and 65. RGB value is (18,247,101). Sum of RGB (Red+Green+Blue) = 18+247+101=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 247 (96.88% from 255 or 67.49% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 247 - color contains mainly: green. Hex color #12F765 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F765 is #ED089A. Grayscale: #A2A2A2. Windows color (decimal): -15534235 or 6682386. OLE color: 6682386.

HSL color Cylindrical-coordinate representation of color #12F765: hue angle of 141.75º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F765 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 247 101 -
CMYK 0.93 0 0.59 0.03
HSL 141.75º 0.93% 0.52% -
HSV(B) 141.75º 0.93% 0.97% -
XYZ 35.86 67.59 23.47 -
YUV 161.89 93.63 25.37 -
System Red Green Blue C M Y K H S L
Decimal 18 247 101 0.93 0 0.59 0.03 141.75 0.93 0.52
Hex 12 F7 65 5D 0 3B 3 8E 5D 34
Octal 22 367 145 135 0 73 3 216 135 64
Binary 10010 11110111 1100101 1011101 0 111011 11 10001110 1011101 110100

Color Harmonies of #12F765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F765

Black with #12F765

Text Example


Text Example

White with #12F765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,247,101); }

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

background-color css

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

 a { background-color: rgb(18,247,101); }

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

border-color css

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

 span { border-color: rgb(18,247,101); }

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