Html Css Color HEX #12DD92 Caribbean Green

📋 copy color: '#12DD92'

red 18 ◦ green 221 ◦ blue 146

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

Shades of Caribbean Green #12DD92

Tints of Caribbean Green #12DD92

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.4%

 BLUE value IS 146 (57.42% from 255) = 37.92%

R = 4.68%
G = 57.4%
B = 37.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#12DD92 (or 0x12DD92) is known color: Caribbean Green. HEX triplet: 12, DD and 92. RGB value is (18,221,146). Sum of RGB (Red+Green+Blue) = 18+221+146=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DD92 is #ED226D. Grayscale: #979797. Windows color (decimal): -15540846 or 9624850. OLE color: 9624850.

HSL color Cylindrical-coordinate representation of color #12DD92: hue angle of 157.83º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DD92 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 221 146 -
CMYK 0.92 0 0.34 0.13
HSL 157.83º 0.85% 0.47% -
HSV(B) 157.83º 0.92% 0.87% -
XYZ 31.29 53.92 35.95 -
YUV 151.75 124.75 32.6 -
System Red Green Blue C M Y K H S L
Decimal 18 221 146 0.92 0 0.34 0.13 157.83 0.85 0.47
Hex 12 DD 92 5C 0 22 D 9E 55 2F
Octal 22 335 222 134 0 42 15 236 125 57
Binary 10010 11011101 10010010 1011100 0 100010 1101 10011110 1010101 101111

Color Harmonies of #12DD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DD92

Black with #12DD92

Text Example


Text Example

White with #12DD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,221,146); }

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

background-color css

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

 a { background-color: rgb(18,221,146); }

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

border-color css

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

 span { border-color: rgb(18,221,146); }

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