Html Css Color HEX #0CDE96 Caribbean Green

📋 copy color: '#0CDE96'

red 12 ◦ green 222 ◦ blue 150

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

Shades of Caribbean Green #0CDE96

Tints of Caribbean Green #0CDE96

RGB

 RED value IS 12 (5.08% from 255) = 3.13%

 GREEN value IS 222 (87.11% from 255) = 57.81%

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 3.13%
G = 57.81%
B = 39.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#0CDE96 (or 0x0CDE96) is known color: Caribbean Green. HEX triplet: 0C, DE and 96. RGB value is (12,222,150). Sum of RGB (Red+Green+Blue) = 12+222+150=384 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #0CDE96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDE96 is #F32169. Grayscale: #979797. Windows color (decimal): -15933802 or 9887244. OLE color: 9887244.

HSL color Cylindrical-coordinate representation of color #0CDE96: hue angle of 159.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDE96 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 222 150 -
CMYK 0.95 0 0.32 0.13
HSL 159.43º 0.9% 0.46% -
HSV(B) 159.43º 0.95% 0.87% -
XYZ 31.78 54.52 37.7 -
YUV 151 127.43 28.85 -
System Red Green Blue C M Y K H S L
Decimal 12 222 150 0.95 0 0.32 0.13 159.43 0.9 0.46
Hex C DE 96 5F 0 20 D 9F 5A 2E
Octal 14 336 226 137 0 40 15 237 132 56
Binary 1100 11011110 10010110 1011111 0 100000 1101 10011111 1011010 101110

Color Harmonies of #0CDE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDE96

Black with #0CDE96

Text Example


Text Example

White with #0CDE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CDE96; }

 p { color: rgb(12,222,150); }

 H1.HeaderClassName
 {
   color: #0CDE96;
 }
 .AnyTagClassName
 {
   color: #0CDE96;
 }
</style>

background-color css

<style>
 a { background-color: #0CDE96; }

 a { background-color: rgb(12,222,150); }

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

border-color css

<style>
 span { border-color: #0CDE96; }

 span { border-color: rgb(12,222,150); }

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