Html Css Color HEX #01D27B Caribbean Green

📋 copy color: '#01D27B'

red 1 ◦ green 210 ◦ blue 123

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

Shades of Caribbean Green #01D27B

Tints of Caribbean Green #01D27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 0.3%
G = 62.87%
B = 36.83%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#01D27B (or 0x01D27B) is known color: Caribbean Green. HEX triplet: 01, D2 and 7B. RGB value is (1,210,123). Sum of RGB (Red+Green+Blue) = 1+210+123=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 210 (82.42% from 255 or 62.87% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 210 - color contains mainly: green. Hex color #01D27B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D27B is #FE2D84. Grayscale: #898989. Windows color (decimal): -16657797 or 8114689. OLE color: 8114689.

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

Color convert

RGB 1 210 123 -
CMYK 1.00 0 0.41 0.18
HSL 155.02º 0.99% 0.41% -
HSV(B) 155.02º 1% 0.82% -
XYZ 26.63 47.53 26.51 -
YUV 137.59 119.76 30.57 -
System Red Green Blue C M Y K H S L
Decimal 1 210 123 1.00 0 0.41 0.18 155.02 0.99 0.41
Hex 1 D2 7B 64 0 29 12 9B 63 29
Octal 1 322 173 144 0 51 22 233 143 51
Binary 1 11010010 1111011 1100100 0 101001 10010 10011011 1100011 101001

Color Harmonies of #01D27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D27B

Black with #01D27B

Text Example


Text Example

White with #01D27B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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