Html Css Color HEX #0DCA90 Caribbean Green

📋 copy color: '#0DCA90'

red 13 ◦ green 202 ◦ blue 144

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

Shades of Caribbean Green #0DCA90

Tints of Caribbean Green #0DCA90

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.27%

 BLUE value IS 144 (56.64% from 255) = 40.11%

R = 3.62%
G = 56.27%
B = 40.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#0DCA90 (or 0x0DCA90) is known color: Caribbean Green. HEX triplet: 0D, CA and 90. RGB value is (13,202,144). Sum of RGB (Red+Green+Blue) = 13+202+144=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCA90 is #F2356F. Grayscale: #8A8A8A. Windows color (decimal): -15873392 or 9488909. OLE color: 9488909.

HSL color Cylindrical-coordinate representation of color #0DCA90: hue angle of 161.59º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCA90 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 202 144 -
CMYK 0.94 0 0.29 0.21
HSL 161.59º 0.88% 0.42% -
HSV(B) 161.59º 0.94% 0.79% -
XYZ 26.32 44.34 33.56 -
YUV 138.88 130.88 38.22 -
System Red Green Blue C M Y K H S L
Decimal 13 202 144 0.94 0 0.29 0.21 161.59 0.88 0.42
Hex D CA 90 5E 0 1D 15 A2 58 2A
Octal 15 312 220 136 0 35 25 242 130 52
Binary 1101 11001010 10010000 1011110 0 11101 10101 10100010 1011000 101010

Color Harmonies of #0DCA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCA90

Black with #0DCA90

Text Example


Text Example

White with #0DCA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,202,144); }

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

background-color css

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

 a { background-color: rgb(13,202,144); }

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

border-color css

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

 span { border-color: rgb(13,202,144); }

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