Html Css Color HEX #12D28A Caribbean Green

📋 copy color: '#12D28A'

red 18 ◦ green 210 ◦ blue 138

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

Shades of Caribbean Green #12D28A

Tints of Caribbean Green #12D28A

RGB

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

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

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

R = 4.92%
G = 57.38%
B = 37.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#12D28A (or 0x12D28A) is known color: Caribbean Green. HEX triplet: 12, D2 and 8A. RGB value is (18,210,138). Sum of RGB (Red+Green+Blue) = 18+210+138=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #12D28A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D28A is #ED2D75. Grayscale: #909090. Windows color (decimal): -15543670 or 9097746. OLE color: 9097746.

HSL color Cylindrical-coordinate representation of color #12D28A: hue angle of 157.5º 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 #12D28A is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 210 138 -
CMYK 0.91 0 0.34 0.18
HSL 157.5º 0.84% 0.45% -
HSV(B) 157.5º 0.91% 0.82% -
XYZ 27.88 48.06 31.85 -
YUV 144.38 124.39 37.85 -
System Red Green Blue C M Y K H S L
Decimal 18 210 138 0.91 0 0.34 0.18 157.5 0.84 0.45
Hex 12 D2 8A 5B 0 22 12 9E 54 2D
Octal 22 322 212 133 0 42 22 236 124 55
Binary 10010 11010010 10001010 1011011 0 100010 10010 10011110 1010100 101101

Color Harmonies of #12D28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D28A

Black with #12D28A

Text Example


Text Example

White with #12D28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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