Html Css Color HEX #0AC885 Caribbean Green

📋 copy color: '#0AC885'

red 10 ◦ green 200 ◦ blue 133

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

Shades of Caribbean Green #0AC885

Tints of Caribbean Green #0AC885

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.31%

 BLUE value IS 133 (52.34% from 255) = 38.78%

R = 2.92%
G = 58.31%
B = 38.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#0AC885 (or 0x0AC885) is known color: Caribbean Green. HEX triplet: 0A, C8 and 85. RGB value is (10,200,133). Sum of RGB (Red+Green+Blue) = 10+200+133=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC885 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC885 is #F5377A. Grayscale: #878787. Windows color (decimal): -16070523 or 8767498. OLE color: 8767498.

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

Color convert

RGB 10 200 133 -
CMYK 0.95 0 0.34 0.22
HSL 158.84º 0.9% 0.41% -
HSV(B) 158.84º 0.95% 0.78% -
XYZ 25.01 43.07 29.18 -
YUV 135.55 126.55 38.45 -
System Red Green Blue C M Y K H S L
Decimal 10 200 133 0.95 0 0.34 0.22 158.84 0.9 0.41
Hex A C8 85 5F 0 22 16 9F 5A 29
Octal 12 310 205 137 0 42 26 237 132 51
Binary 1010 11001000 10000101 1011111 0 100010 10110 10011111 1011010 101001

Color Harmonies of #0AC885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC885

Black with #0AC885

Text Example


Text Example

White with #0AC885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,200,133); }

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

background-color css

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

 a { background-color: rgb(10,200,133); }

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

border-color css

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

 span { border-color: rgb(10,200,133); }

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