Html Css Color HEX #01D286 Caribbean Green

📋 copy color: '#01D286'

red 1 ◦ green 210 ◦ blue 134

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

Shades of Caribbean Green #01D286

Tints of Caribbean Green #01D286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.84%

R = 0.29%
G = 60.87%
B = 38.84%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#01D286 (or 0x01D286) is known color: Caribbean Green. HEX triplet: 01, D2 and 86. RGB value is (1,210,134). Sum of RGB (Red+Green+Blue) = 1+210+134=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #01D286 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D286 is #FE2D79. Grayscale: #8A8A8A. Windows color (decimal): -16657786 or 8835585. OLE color: 8835585.

HSL color Cylindrical-coordinate representation of color #01D286: hue angle of 158.18º 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 #01D286 is Cyan = 1.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 210 134 -
CMYK 1.00 0 0.36 0.18
HSL 158.18º 0.99% 0.41% -
HSV(B) 158.18º 1% 0.82% -
XYZ 27.36 47.82 30.34 -
YUV 138.85 125.26 29.68 -
System Red Green Blue C M Y K H S L
Decimal 1 210 134 1.00 0 0.36 0.18 158.18 0.99 0.41
Hex 1 D2 86 64 0 24 12 9E 63 29
Octal 1 322 206 144 0 44 22 236 143 51
Binary 1 11010010 10000110 1100100 0 100100 10010 10011110 1100011 101001

Color Harmonies of #01D286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D286

Black with #01D286

Text Example


Text Example

White with #01D286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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