Html Css Color HEX #0AC09D Caribbean Green

📋 copy color: '#0AC09D'

red 10 ◦ green 192 ◦ blue 157

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

Shades of Caribbean Green #0AC09D

Tints of Caribbean Green #0AC09D

RGB

 RED value IS 10 (4.3% from 255) = 2.79%

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 2.79%
G = 53.48%
B = 43.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#0AC09D (or 0x0AC09D) is known color: Caribbean Green. HEX triplet: 0A, C0 and 9D. RGB value is (10,192,157). Sum of RGB (Red+Green+Blue) = 10+192+157=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC09D is #F53F62. Grayscale: #858585. Windows color (decimal): -16072547 or 10338314. OLE color: 10338314.

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

Color convert

RGB 10 192 157 -
CMYK 0.95 0 0.18 0.25
HSL 168.46º 0.9% 0.4% -
HSV(B) 168.46º 0.95% 0.75% -
XYZ 25.06 40.2 38.34 -
YUV 133.59 141.2 39.85 -
System Red Green Blue C M Y K H S L
Decimal 10 192 157 0.95 0 0.18 0.25 168.46 0.9 0.4
Hex A C0 9D 5F 0 12 19 A8 5A 28
Octal 12 300 235 137 0 22 31 250 132 50
Binary 1010 11000000 10011101 1011111 0 10010 11001 10101000 1011010 101000

Color Harmonies of #0AC09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC09D

Black with #0AC09D

Text Example


Text Example

White with #0AC09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,192,157); }

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

background-color css

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

 a { background-color: rgb(10,192,157); }

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

border-color css

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

 span { border-color: rgb(10,192,157); }

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