Html Css Color HEX #0AC09A Caribbean Green

📋 copy color: '#0AC09A'

red 10 ◦ green 192 ◦ blue 154

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

Shades of Caribbean Green #0AC09A

Tints of Caribbean Green #0AC09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.26%

R = 2.81%
G = 53.93%
B = 43.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#0AC09A (or 0x0AC09A) is known color: Caribbean Green. HEX triplet: 0A, C0 and 9A. RGB value is (10,192,154). Sum of RGB (Red+Green+Blue) = 10+192+154=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC09A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC09A is #F53F65. Grayscale: #858585. Windows color (decimal): -16072550 or 10141706. OLE color: 10141706.

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

Color convert

RGB 10 192 154 -
CMYK 0.95 0 0.20 0.25
HSL 167.47º 0.9% 0.4% -
HSV(B) 167.47º 0.95% 0.75% -
XYZ 24.81 40.1 37 -
YUV 133.25 139.7 40.09 -
System Red Green Blue C M Y K H S L
Decimal 10 192 154 0.95 0 0.20 0.25 167.47 0.9 0.4
Hex A C0 9A 5F 0 14 19 A7 5A 28
Octal 12 300 232 137 0 24 31 247 132 50
Binary 1010 11000000 10011010 1011111 0 10100 11001 10100111 1011010 101000

Color Harmonies of #0AC09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC09A

Black with #0AC09A

Text Example


Text Example

White with #0AC09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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