Html Css Color HEX #12DD8A Caribbean Green

📋 copy color: '#12DD8A'

red 18 ◦ green 221 ◦ blue 138

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

Shades of Caribbean Green #12DD8A

Tints of Caribbean Green #12DD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 4.77%
G = 58.62%
B = 36.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#12DD8A (or 0x12DD8A) is known color: Caribbean Green. HEX triplet: 12, DD and 8A. RGB value is (18,221,138). Sum of RGB (Red+Green+Blue) = 18+221+138=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DD8A is #ED2275. Grayscale: #969696. Windows color (decimal): -15540854 or 9100562. OLE color: 9100562.

HSL color Cylindrical-coordinate representation of color #12DD8A: hue angle of 155.47º 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 #12DD8A is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 221 138 -
CMYK 0.92 0 0.38 0.13
HSL 155.47º 0.85% 0.47% -
HSV(B) 155.47º 0.92% 0.87% -
XYZ 30.69 53.68 32.79 -
YUV 150.84 120.75 33.25 -
System Red Green Blue C M Y K H S L
Decimal 18 221 138 0.92 0 0.38 0.13 155.47 0.85 0.47
Hex 12 DD 8A 5C 0 26 D 9B 55 2F
Octal 22 335 212 134 0 46 15 233 125 57
Binary 10010 11011101 10001010 1011100 0 100110 1101 10011011 1010101 101111

Color Harmonies of #12DD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DD8A

Black with #12DD8A

Text Example


Text Example

White with #12DD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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