Html Css Color HEX #12CC8D Caribbean Green

📋 copy color: '#12CC8D'

red 18 ◦ green 204 ◦ blue 141

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

Shades of Caribbean Green #12CC8D

Tints of Caribbean Green #12CC8D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.2%

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 4.96%
G = 56.2%
B = 38.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#12CC8D (or 0x12CC8D) is known color: Caribbean Green. HEX triplet: 12, CC and 8D. RGB value is (18,204,141). Sum of RGB (Red+Green+Blue) = 18+204+141=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CC8D is #ED3372. Grayscale: #8D8D8D. Windows color (decimal): -15545203 or 9292818. OLE color: 9292818.

HSL color Cylindrical-coordinate representation of color #12CC8D: hue angle of 159.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC8D is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 204 141 -
CMYK 0.91 0 0.31 0.2
HSL 159.68º 0.84% 0.44% -
HSV(B) 159.68º 0.91% 0.8% -
XYZ 26.65 45.24 32.53 -
YUV 141.2 127.88 40.12 -
System Red Green Blue C M Y K H S L
Decimal 18 204 141 0.91 0 0.31 0.2 159.68 0.84 0.44
Hex 12 CC 8D 5B 0 1F 14 A0 54 2C
Octal 22 314 215 133 0 37 24 240 124 54
Binary 10010 11001100 10001101 1011011 0 11111 10100 10100000 1010100 101100

Color Harmonies of #12CC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC8D

Black with #12CC8D

Text Example


Text Example

White with #12CC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,204,141); }

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

background-color css

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

 a { background-color: rgb(18,204,141); }

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

border-color css

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

 span { border-color: rgb(18,204,141); }

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