Html Css Color HEX #0ACA90 Caribbean Green

📋 copy color: '#0ACA90'

red 10 ◦ green 202 ◦ blue 144

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

Shades of Caribbean Green #0ACA90

Tints of Caribbean Green #0ACA90

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.74%

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

R = 2.81%
G = 56.74%
B = 40.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#0ACA90 (or 0x0ACA90) is known color: Caribbean Green. HEX triplet: 0A, CA and 90. RGB value is (10,202,144). Sum of RGB (Red+Green+Blue) = 10+202+144=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #0ACA90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACA90 is #F5356F. Grayscale: #8A8A8A. Windows color (decimal): -16070000 or 9488906. OLE color: 9488906.

HSL color Cylindrical-coordinate representation of color #0ACA90: hue angle of 161.88º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACA90 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 10 202 144 -
CMYK 0.95 0 0.29 0.21
HSL 161.88º 0.91% 0.42% -
HSV(B) 161.88º 0.95% 0.79% -
XYZ 26.28 44.32 33.55 -
YUV 137.98 131.39 36.72 -
System Red Green Blue C M Y K H S L
Decimal 10 202 144 0.95 0 0.29 0.21 161.88 0.91 0.42
Hex A CA 90 5F 0 1D 15 A2 5B 2A
Octal 12 312 220 137 0 35 25 242 133 52
Binary 1010 11001010 10010000 1011111 0 11101 10101 10100010 1011011 101010

Color Harmonies of #0ACA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACA90

Black with #0ACA90

Text Example


Text Example

White with #0ACA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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