Html Css Color HEX #01D28A Caribbean Green

📋 copy color: '#01D28A'

red 1 ◦ green 210 ◦ blue 138

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

Shades of Caribbean Green #01D28A

Tints of Caribbean Green #01D28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 0.29%
G = 60.17%
B = 39.54%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#01D28A (or 0x01D28A) is known color: Caribbean Green. HEX triplet: 01, D2 and 8A. RGB value is (1,210,138). Sum of RGB (Red+Green+Blue) = 1+210+138=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #01D28A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D28A is #FE2D75. Grayscale: #8B8B8B. Windows color (decimal): -16657782 or 9097729. OLE color: 9097729.

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

Color convert

RGB 1 210 138 -
CMYK 1.00 0 0.34 0.18
HSL 159.33º 0.99% 0.41% -
HSV(B) 159.33º 1% 0.82% -
XYZ 27.65 47.93 31.84 -
YUV 139.3 127.26 29.35 -
System Red Green Blue C M Y K H S L
Decimal 1 210 138 1.00 0 0.34 0.18 159.33 0.99 0.41
Hex 1 D2 8A 64 0 22 12 9F 63 29
Octal 1 322 212 144 0 42 22 237 143 51
Binary 1 11010010 10001010 1100100 0 100010 10010 10011111 1100011 101001

Color Harmonies of #01D28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D28A

Black with #01D28A

Text Example


Text Example

White with #01D28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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