Html Css Color HEX #0AC195 Caribbean Green

📋 copy color: '#0AC195'

red 10 ◦ green 193 ◦ blue 149

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

Shades of Caribbean Green #0AC195

Tints of Caribbean Green #0AC195

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.83%

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

R = 2.84%
G = 54.83%
B = 42.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#0AC195 (or 0x0AC195) is known color: Caribbean Green. HEX triplet: 0A, C1 and 95. RGB value is (10,193,149). Sum of RGB (Red+Green+Blue) = 10+193+149=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC195 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC195 is #F53E6A. Grayscale: #858585. Windows color (decimal): -16072299 or 9814282. OLE color: 9814282.

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

Color convert

RGB 10 193 149 -
CMYK 0.95 0 0.23 0.24
HSL 165.57º 0.9% 0.4% -
HSV(B) 165.57º 0.95% 0.76% -
XYZ 24.62 40.37 34.93 -
YUV 133.27 136.87 40.08 -
System Red Green Blue C M Y K H S L
Decimal 10 193 149 0.95 0 0.23 0.24 165.57 0.9 0.4
Hex A C1 95 5F 0 17 18 A6 5A 28
Octal 12 301 225 137 0 27 30 246 132 50
Binary 1010 11000001 10010101 1011111 0 10111 11000 10100110 1011010 101000

Color Harmonies of #0AC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC195

Black with #0AC195

Text Example


Text Example

White with #0AC195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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