Html Css Color HEX #0AC095 Caribbean Green

📋 copy color: '#0AC095'

red 10 ◦ green 192 ◦ blue 149

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

Shades of Caribbean Green #0AC095

Tints of Caribbean Green #0AC095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.45%

R = 2.85%
G = 54.7%
B = 42.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#0AC095 (or 0x0AC095) is known color: Caribbean Green. HEX triplet: 0A, C0 and 95. RGB value is (10,192,149). Sum of RGB (Red+Green+Blue) = 10+192+149=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC095 is #F53F6A. Grayscale: #848484. Windows color (decimal): -16072555 or 9814026. OLE color: 9814026.

HSL color Cylindrical-coordinate representation of color #0AC095: hue angle of 165.82º 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 #0AC095 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 192 149 -
CMYK 0.95 0 0.22 0.25
HSL 165.82º 0.9% 0.4% -
HSV(B) 165.82º 0.95% 0.75% -
XYZ 24.4 39.93 34.86 -
YUV 132.68 137.2 40.5 -
System Red Green Blue C M Y K H S L
Decimal 10 192 149 0.95 0 0.22 0.25 165.82 0.9 0.4
Hex A C0 95 5F 0 16 19 A6 5A 28
Octal 12 300 225 137 0 26 31 246 132 50
Binary 1010 11000000 10010101 1011111 0 10110 11001 10100110 1011010 101000

Color Harmonies of #0AC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC095

Black with #0AC095

Text Example


Text Example

White with #0AC095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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