Html Css Color HEX #0DC398 Caribbean Green

📋 copy color: '#0DC398'

red 13 ◦ green 195 ◦ blue 152

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

Shades of Caribbean Green #0DC398

Tints of Caribbean Green #0DC398

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.17%

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

R = 3.61%
G = 54.17%
B = 42.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#0DC398 (or 0x0DC398) is known color: Caribbean Green. HEX triplet: 0D, C3 and 98. RGB value is (13,195,152). Sum of RGB (Red+Green+Blue) = 13+195+152=360 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.61% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC398 is #F23C67. Grayscale: #878787. Windows color (decimal): -15875176 or 10011405. OLE color: 10011405.

HSL color Cylindrical-coordinate representation of color #0DC398: hue angle of 165.82º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC398 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 195 152 -
CMYK 0.93 0 0.22 0.24
HSL 165.82º 0.88% 0.41% -
HSV(B) 165.82º 0.93% 0.76% -
XYZ 25.35 41.38 36.36 -
YUV 135.68 137.2 40.5 -
System Red Green Blue C M Y K H S L
Decimal 13 195 152 0.93 0 0.22 0.24 165.82 0.88 0.41
Hex D C3 98 5D 0 16 18 A6 58 29
Octal 15 303 230 135 0 26 30 246 130 51
Binary 1101 11000011 10011000 1011101 0 10110 11000 10100110 1011000 101001

Color Harmonies of #0DC398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC398

Black with #0DC398

Text Example


Text Example

White with #0DC398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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