Html Css Color HEX #0AC692 Caribbean Green

📋 copy color: '#0AC692'

red 10 ◦ green 198 ◦ blue 146

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

Shades of Caribbean Green #0AC692

Tints of Caribbean Green #0AC692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.24%

R = 2.82%
G = 55.93%
B = 41.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#0AC692 (or 0x0AC692) is known color: Caribbean Green. HEX triplet: 0A, C6 and 92. RGB value is (10,198,146). Sum of RGB (Red+Green+Blue) = 10+198+146=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC692 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC692 is #F5396D. Grayscale: #878787. Windows color (decimal): -16071022 or 9618954. OLE color: 9618954.

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

Color convert

RGB 10 198 146 -
CMYK 0.95 0 0.26 0.22
HSL 163.4º 0.9% 0.41% -
HSV(B) 163.4º 0.95% 0.78% -
XYZ 25.51 42.53 34.06 -
YUV 135.86 133.72 38.23 -
System Red Green Blue C M Y K H S L
Decimal 10 198 146 0.95 0 0.26 0.22 163.4 0.9 0.41
Hex A C6 92 5F 0 1A 16 A3 5A 29
Octal 12 306 222 137 0 32 26 243 132 51
Binary 1010 11000110 10010010 1011111 0 11010 10110 10100011 1011010 101001

Color Harmonies of #0AC692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC692

Black with #0AC692

Text Example


Text Example

White with #0AC692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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