Html Css Color HEX #12D28F Caribbean Green

📋 copy color: '#12D28F'

red 18 ◦ green 210 ◦ blue 143

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

Shades of Caribbean Green #12D28F

Tints of Caribbean Green #12D28F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.6%

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

R = 4.85%
G = 56.6%
B = 38.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#12D28F (or 0x12D28F) is known color: Caribbean Green. HEX triplet: 12, D2 and 8F. RGB value is (18,210,143). Sum of RGB (Red+Green+Blue) = 18+210+143=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #12D28F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D28F is #ED2D70. Grayscale: #919191. Windows color (decimal): -15543665 or 9425426. OLE color: 9425426.

HSL color Cylindrical-coordinate representation of color #12D28F: hue angle of 159.06º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D28F is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 210 143 -
CMYK 0.91 0 0.32 0.18
HSL 159.06º 0.84% 0.45% -
HSV(B) 159.06º 0.91% 0.82% -
XYZ 28.25 48.2 33.8 -
YUV 144.95 126.89 37.45 -
System Red Green Blue C M Y K H S L
Decimal 18 210 143 0.91 0 0.32 0.18 159.06 0.84 0.45
Hex 12 D2 8F 5B 0 20 12 9F 54 2D
Octal 22 322 217 133 0 40 22 237 124 55
Binary 10010 11010010 10001111 1011011 0 100000 10010 10011111 1010100 101101

Color Harmonies of #12D28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D28F

Black with #12D28F

Text Example


Text Example

White with #12D28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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