Html Css Color HEX #12CF92 Caribbean Green

📋 copy color: '#12CF92'

red 18 ◦ green 207 ◦ blue 146

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

Shades of Caribbean Green #12CF92

Tints of Caribbean Green #12CF92

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.8%

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 4.85%
G = 55.8%
B = 39.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#12CF92 (or 0x12CF92) is known color: Caribbean Green. HEX triplet: 12, CF and 92. RGB value is (18,207,146). Sum of RGB (Red+Green+Blue) = 18+207+146=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CF92 is #ED306D. Grayscale: #8F8F8F. Windows color (decimal): -15544430 or 9621266. OLE color: 9621266.

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

Color convert

RGB 18 207 146 -
CMYK 0.91 0 0.29 0.19
HSL 160.63º 0.84% 0.44% -
HSV(B) 160.63º 0.91% 0.81% -
XYZ 27.75 46.83 34.77 -
YUV 143.54 129.38 38.46 -
System Red Green Blue C M Y K H S L
Decimal 18 207 146 0.91 0 0.29 0.19 160.63 0.84 0.44
Hex 12 CF 92 5B 0 1D 13 A1 54 2C
Octal 22 317 222 133 0 35 23 241 124 54
Binary 10010 11001111 10010010 1011011 0 11101 10011 10100001 1010100 101100

Color Harmonies of #12CF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF92

Black with #12CF92

Text Example


Text Example

White with #12CF92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,207,146); }

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

background-color css

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

 a { background-color: rgb(18,207,146); }

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

border-color css

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

 span { border-color: rgb(18,207,146); }

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