Html Css Color HEX #12D58F Caribbean Green

📋 copy color: '#12D58F'

red 18 ◦ green 213 ◦ blue 143

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

Shades of Caribbean Green #12D58F

Tints of Caribbean Green #12D58F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.95%

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

R = 4.81%
G = 56.95%
B = 38.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#12D58F (or 0x12D58F) is known color: Caribbean Green. HEX triplet: 12, D5 and 8F. RGB value is (18,213,143). Sum of RGB (Red+Green+Blue) = 18+213+143=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #12D58F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D58F is #ED2A70. Grayscale: #929292. Windows color (decimal): -15542897 or 9426194. OLE color: 9426194.

HSL color Cylindrical-coordinate representation of color #12D58F: hue angle of 158.46º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D58F is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 213 143 -
CMYK 0.92 0 0.33 0.16
HSL 158.46º 0.84% 0.45% -
HSV(B) 158.46º 0.92% 0.84% -
XYZ 29 49.7 34.05 -
YUV 146.72 125.9 36.19 -
System Red Green Blue C M Y K H S L
Decimal 18 213 143 0.92 0 0.33 0.16 158.46 0.84 0.45
Hex 12 D5 8F 5C 0 21 10 9E 54 2D
Octal 22 325 217 134 0 41 20 236 124 55
Binary 10010 11010101 10001111 1011100 0 100001 10000 10011110 1010100 101101

Color Harmonies of #12D58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D58F

Black with #12D58F

Text Example


Text Example

White with #12D58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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