Html Css Color HEX #0AC290 Caribbean Green

📋 copy color: '#0AC290'

red 10 ◦ green 194 ◦ blue 144

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

Shades of Caribbean Green #0AC290

Tints of Caribbean Green #0AC290

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.75%

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 2.87%
G = 55.75%
B = 41.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#0AC290 (or 0x0AC290) is known color: Caribbean Green. HEX triplet: 0A, C2 and 90. RGB value is (10,194,144). Sum of RGB (Red+Green+Blue) = 10+194+144=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC290 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC290 is #F53D6F. Grayscale: #858585. Windows color (decimal): -16072048 or 9486858. OLE color: 9486858.

HSL color Cylindrical-coordinate representation of color #0AC290: hue angle of 163.7º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC290 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 10 194 144 -
CMYK 0.95 0 0.26 0.24
HSL 163.7º 0.9% 0.4% -
HSV(B) 163.7º 0.95% 0.76% -
XYZ 24.45 40.66 32.95 -
YUV 133.28 134.04 40.07 -
System Red Green Blue C M Y K H S L
Decimal 10 194 144 0.95 0 0.26 0.24 163.7 0.9 0.4
Hex A C2 90 5F 0 1A 18 A4 5A 28
Octal 12 302 220 137 0 32 30 244 132 50
Binary 1010 11000010 10010000 1011111 0 11010 11000 10100100 1011010 101000

Color Harmonies of #0AC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC290

Black with #0AC290

Text Example


Text Example

White with #0AC290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,194,144); }

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

background-color css

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

 a { background-color: rgb(10,194,144); }

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

border-color css

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

 span { border-color: rgb(10,194,144); }

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