Html Css Color HEX #0AC091 Caribbean Green

📋 copy color: '#0AC091'

red 10 ◦ green 192 ◦ blue 145

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

Shades of Caribbean Green #0AC091

Tints of Caribbean Green #0AC091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.79%

R = 2.88%
G = 55.33%
B = 41.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#0AC091 (or 0x0AC091) is known color: Caribbean Green. HEX triplet: 0A, C0 and 91. RGB value is (10,192,145). Sum of RGB (Red+Green+Blue) = 10+192+145=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC091 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC091 is #F53F6E. Grayscale: #848484. Windows color (decimal): -16072559 or 9551882. OLE color: 9551882.

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

Color convert

RGB 10 192 145 -
CMYK 0.95 0 0.24 0.25
HSL 164.51º 0.9% 0.4% -
HSV(B) 164.51º 0.95% 0.75% -
XYZ 24.09 39.81 33.2 -
YUV 132.22 135.2 40.82 -
System Red Green Blue C M Y K H S L
Decimal 10 192 145 0.95 0 0.24 0.25 164.51 0.9 0.4
Hex A C0 91 5F 0 18 19 A5 5A 28
Octal 12 300 221 137 0 30 31 245 132 50
Binary 1010 11000000 10010001 1011111 0 11000 11001 10100101 1011010 101000

Color Harmonies of #0AC091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC091

Black with #0AC091

Text Example


Text Example

White with #0AC091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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