Html Css Color HEX #0DC098 Caribbean Green

📋 copy color: '#0DC098'

red 13 ◦ green 192 ◦ blue 152

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

Shades of Caribbean Green #0DC098

Tints of Caribbean Green #0DC098

RGB

 RED value IS 13 (5.47% from 255) = 3.64%

 GREEN value IS 192 (75.39% from 255) = 53.78%

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 3.64%
G = 53.78%
B = 42.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#0DC098 (or 0x0DC098) is known color: Caribbean Green. HEX triplet: 0D, C0 and 98. RGB value is (13,192,152). Sum of RGB (Red+Green+Blue) = 13+192+152=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC098 is #F23F67. Grayscale: #858585. Windows color (decimal): -15875944 or 10010637. OLE color: 10010637.

HSL color Cylindrical-coordinate representation of color #0DC098: hue angle of 166.59º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC098 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 192 152 -
CMYK 0.93 0 0.21 0.25
HSL 166.59º 0.87% 0.4% -
HSV(B) 166.59º 0.93% 0.75% -
XYZ 24.68 40.05 36.14 -
YUV 133.92 138.2 41.75 -
System Red Green Blue C M Y K H S L
Decimal 13 192 152 0.93 0 0.21 0.25 166.59 0.87 0.4
Hex D C0 98 5D 0 15 19 A7 57 28
Octal 15 300 230 135 0 25 31 247 127 50
Binary 1101 11000000 10011000 1011101 0 10101 11001 10100111 1010111 101000

Color Harmonies of #0DC098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC098

Black with #0DC098

Text Example


Text Example

White with #0DC098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,192,152); }

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

background-color css

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

 a { background-color: rgb(13,192,152); }

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

border-color css

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

 span { border-color: rgb(13,192,152); }

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