Html Css Color HEX #01D295 Caribbean Green

📋 copy color: '#01D295'

red 1 ◦ green 210 ◦ blue 149

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

Shades of Caribbean Green #01D295

Tints of Caribbean Green #01D295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.33%

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

R = 0.28%
G = 58.33%
B = 41.39%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#01D295 (or 0x01D295) is known color: Caribbean Green. HEX triplet: 01, D2 and 95. RGB value is (1,210,149). Sum of RGB (Red+Green+Blue) = 1+210+149=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 210 (82.42% from 255 or 58.33% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 210 - color contains mainly: green. Hex color #01D295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D295 is #FE2D6A. Grayscale: #8C8C8C. Windows color (decimal): -16657771 or 9818625. OLE color: 9818625.

HSL color Cylindrical-coordinate representation of color #01D295: hue angle of 162.49º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D295 is Cyan = 1.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 210 149 -
CMYK 1.00 0 0.29 0.18
HSL 162.49º 0.99% 0.41% -
HSV(B) 162.49º 1% 0.82% -
XYZ 28.48 48.27 36.25 -
YUV 140.56 132.76 28.46 -
System Red Green Blue C M Y K H S L
Decimal 1 210 149 1.00 0 0.29 0.18 162.49 0.99 0.41
Hex 1 D2 95 64 0 1D 12 A2 63 29
Octal 1 322 225 144 0 35 22 242 143 51
Binary 1 11010010 10010101 1100100 0 11101 10010 10100010 1100011 101001

Color Harmonies of #01D295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D295

Black with #01D295

Text Example


Text Example

White with #01D295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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