Html Css Color HEX #12E18F Caribbean Green

📋 copy color: '#12E18F'

red 18 ◦ green 225 ◦ blue 143

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

Shades of Caribbean Green #12E18F

Tints of Caribbean Green #12E18F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.29%

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 4.66%
G = 58.29%
B = 37.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#12E18F (or 0x12E18F) is known color: Caribbean Green. HEX triplet: 12, E1 and 8F. RGB value is (18,225,143). Sum of RGB (Red+Green+Blue) = 18+225+143=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 225 (88.28% from 255 or 58.29% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 225 - color contains mainly: green. Hex color #12E18F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E18F is #ED1E70. Grayscale: #999999. Windows color (decimal): -15539825 or 9429266. OLE color: 9429266.

HSL color Cylindrical-coordinate representation of color #12E18F: hue angle of 156.23º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E18F is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 225 143 -
CMYK 0.92 0 0.36 0.12
HSL 156.23º 0.85% 0.48% -
HSV(B) 156.23º 0.92% 0.88% -
XYZ 32.13 55.96 35.09 -
YUV 153.76 121.92 31.17 -
System Red Green Blue C M Y K H S L
Decimal 18 225 143 0.92 0 0.36 0.12 156.23 0.85 0.48
Hex 12 E1 8F 5C 0 24 C 9C 55 30
Octal 22 341 217 134 0 44 14 234 125 60
Binary 10010 11100001 10001111 1011100 0 100100 1100 10011100 1010101 110000

Color Harmonies of #12E18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E18F

Black with #12E18F

Text Example


Text Example

White with #12E18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,225,143); }

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

background-color css

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

 a { background-color: rgb(18,225,143); }

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

border-color css

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

 span { border-color: rgb(18,225,143); }

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