Html Css Color HEX #12D58E Caribbean Green

📋 copy color: '#12D58E'

red 18 ◦ green 213 ◦ blue 142

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

Shades of Caribbean Green #12D58E

Tints of Caribbean Green #12D58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.07%

R = 4.83%
G = 57.1%
B = 38.07%

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

#12D58E (or 0x12D58E) is known color: Caribbean Green. HEX triplet: 12, D5 and 8E. RGB value is (18,213,142). Sum of RGB (Red+Green+Blue) = 18+213+142=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #12D58E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D58E is #ED2A71. Grayscale: #929292. Windows color (decimal): -15542898 or 9360658. OLE color: 9360658.

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

Color convert

RGB 18 213 142 -
CMYK 0.92 0 0.33 0.16
HSL 158.15º 0.84% 0.45% -
HSV(B) 158.15º 0.92% 0.84% -
XYZ 28.93 49.67 33.65 -
YUV 146.6 125.4 36.27 -
System Red Green Blue C M Y K H S L
Decimal 18 213 142 0.92 0 0.33 0.16 158.15 0.84 0.45
Hex 12 D5 8E 5C 0 21 10 9E 54 2D
Octal 22 325 216 134 0 41 20 236 124 55
Binary 10010 11010101 10001110 1011100 0 100001 10000 10011110 1010100 101101

Color Harmonies of #12D58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D58E

Black with #12D58E

Text Example


Text Example

White with #12D58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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