Html Css Color HEX #01BA95 Caribbean Green

📋 copy color: '#01BA95'

red 1 ◦ green 186 ◦ blue 149

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

Shades of Caribbean Green #01BA95

Tints of Caribbean Green #01BA95

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 186 (73.05% from 255) = 55.36%

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 0.3%
G = 55.36%
B = 44.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#01BA95 (or 0x01BA95) is known color: Caribbean Green. HEX triplet: 01, BA and 95. RGB value is (1,186,149). Sum of RGB (Red+Green+Blue) = 1+186+149=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BA95 is #FE456A. Grayscale: #7E7E7E. Windows color (decimal): -16663915 or 9812481. OLE color: 9812481.

HSL color Cylindrical-coordinate representation of color #01BA95: hue angle of 168º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BA95 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 186 149 -
CMYK 0.99 0 0.20 0.27
HSL 168º 0.99% 0.37% -
HSV(B) 168º 0.99% 0.73% -
XYZ 23 37.29 34.42 -
YUV 126.47 140.71 38.51 -
System Red Green Blue C M Y K H S L
Decimal 1 186 149 0.99 0 0.20 0.27 168 0.99 0.37
Hex 1 BA 95 63 0 14 1B A8 63 25
Octal 1 272 225 143 0 24 33 250 143 45
Binary 1 10111010 10010101 1100011 0 10100 11011 10101000 1100011 100101

Color Harmonies of #01BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BA95

Black with #01BA95

Text Example


Text Example

White with #01BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01BA95; }

 p { color: rgb(1,186,149); }

 H1.HeaderClassName
 {
   color: #01BA95;
 }
 .AnyTagClassName
 {
   color: #01BA95;
 }
</style>

background-color css

<style>
 a { background-color: #01BA95; }

 a { background-color: rgb(1,186,149); }

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

border-color css

<style>
 span { border-color: #01BA95; }

 span { border-color: rgb(1,186,149); }

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