Html Css Color HEX #0AC094 Caribbean Green

📋 copy color: '#0AC094'

red 10 ◦ green 192 ◦ blue 148

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

Shades of Caribbean Green #0AC094

Tints of Caribbean Green #0AC094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.29%

R = 2.86%
G = 54.86%
B = 42.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#0AC094 (or 0x0AC094) is known color: Caribbean Green. HEX triplet: 0A, C0 and 94. RGB value is (10,192,148). Sum of RGB (Red+Green+Blue) = 10+192+148=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC094 is #F53F6B. Grayscale: #848484. Windows color (decimal): -16072556 or 9748490. OLE color: 9748490.

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

Color convert

RGB 10 192 148 -
CMYK 0.95 0 0.23 0.25
HSL 165.49º 0.9% 0.4% -
HSV(B) 165.49º 0.95% 0.75% -
XYZ 24.32 39.9 34.44 -
YUV 132.57 136.7 40.58 -
System Red Green Blue C M Y K H S L
Decimal 10 192 148 0.95 0 0.23 0.25 165.49 0.9 0.4
Hex A C0 94 5F 0 17 19 A5 5A 28
Octal 12 300 224 137 0 27 31 245 132 50
Binary 1010 11000000 10010100 1011111 0 10111 11001 10100101 1011010 101000

Color Harmonies of #0AC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC094

Black with #0AC094

Text Example


Text Example

White with #0AC094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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