Html Css Color HEX #0ACC89 Caribbean Green

📋 copy color: '#0ACC89'

red 10 ◦ green 204 ◦ blue 137

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

Shades of Caribbean Green #0ACC89

Tints of Caribbean Green #0ACC89

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.12%

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 2.85%
G = 58.12%
B = 39.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#0ACC89 (or 0x0ACC89) is known color: Caribbean Green. HEX triplet: 0A, CC and 89. RGB value is (10,204,137). Sum of RGB (Red+Green+Blue) = 10+204+137=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 204 (80.08% from 255 or 58.12% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACC89 is #F53376. Grayscale: #8A8A8A. Windows color (decimal): -16069495 or 9030666. OLE color: 9030666.

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

Color convert

RGB 10 204 137 -
CMYK 0.95 0 0.33 0.2
HSL 159.28º 0.91% 0.42% -
HSV(B) 159.28º 0.95% 0.8% -
XYZ 26.23 45.06 30.98 -
YUV 138.36 127.23 36.45 -
System Red Green Blue C M Y K H S L
Decimal 10 204 137 0.95 0 0.33 0.2 159.28 0.91 0.42
Hex A CC 89 5F 0 21 14 9F 5B 2A
Octal 12 314 211 137 0 41 24 237 133 52
Binary 1010 11001100 10001001 1011111 0 100001 10100 10011111 1011011 101010

Color Harmonies of #0ACC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACC89

Black with #0ACC89

Text Example


Text Example

White with #0ACC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,204,137); }

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

background-color css

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

 a { background-color: rgb(10,204,137); }

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

border-color css

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

 span { border-color: rgb(10,204,137); }

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