Html Css Color HEX #0AC694 Caribbean Green

📋 copy color: '#0AC694'

red 10 ◦ green 198 ◦ blue 148

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

Shades of Caribbean Green #0AC694

Tints of Caribbean Green #0AC694

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.62%

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

R = 2.81%
G = 55.62%
B = 41.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#0AC694 (or 0x0AC694) is known color: Caribbean Green. HEX triplet: 0A, C6 and 94. RGB value is (10,198,148). Sum of RGB (Red+Green+Blue) = 10+198+148=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC694 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC694 is #F5396B. Grayscale: #888888. Windows color (decimal): -16071020 or 9750026. OLE color: 9750026.

HSL color Cylindrical-coordinate representation of color #0AC694: hue angle of 164.04º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC694 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 10 198 148 -
CMYK 0.95 0 0.25 0.22
HSL 164.04º 0.9% 0.41% -
HSV(B) 164.04º 0.95% 0.78% -
XYZ 25.66 42.59 34.89 -
YUV 136.09 134.72 38.07 -
System Red Green Blue C M Y K H S L
Decimal 10 198 148 0.95 0 0.25 0.22 164.04 0.9 0.41
Hex A C6 94 5F 0 19 16 A4 5A 29
Octal 12 306 224 137 0 31 26 244 132 51
Binary 1010 11000110 10010100 1011111 0 11001 10110 10100100 1011010 101001

Color Harmonies of #0AC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC694

Black with #0AC694

Text Example


Text Example

White with #0AC694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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