Html Css Color HEX #01D68F Caribbean Green

📋 copy color: '#01D68F'

red 1 ◦ green 214 ◦ blue 143

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

Shades of Caribbean Green #01D68F

Tints of Caribbean Green #01D68F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.78%

 BLUE value IS 143 (56.25% from 255) = 39.94%

R = 0.28%
G = 59.78%
B = 39.94%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#01D68F (or 0x01D68F) is known color: Caribbean Green. HEX triplet: 01, D6 and 8F. RGB value is (1,214,143). Sum of RGB (Red+Green+Blue) = 1+214+143=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #01D68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D68F is #FE2970. Grayscale: #8E8E8E. Windows color (decimal): -16656753 or 9426433. OLE color: 9426433.

HSL color Cylindrical-coordinate representation of color #01D68F: hue angle of 160º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D68F is Cyan = 1.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 214 143 -
CMYK 1.00 0 0.33 0.16
HSL 160º 0.99% 0.42% -
HSV(B) 160º 1% 0.84% -
XYZ 29.02 50.08 34.12 -
YUV 142.22 128.43 27.27 -
System Red Green Blue C M Y K H S L
Decimal 1 214 143 1.00 0 0.33 0.16 160 0.99 0.42
Hex 1 D6 8F 64 0 21 10 A0 63 2A
Octal 1 326 217 144 0 41 20 240 143 52
Binary 1 11010110 10001111 1100100 0 100001 10000 10100000 1100011 101010

Color Harmonies of #01D68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D68F

Black with #01D68F

Text Example


Text Example

White with #01D68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,214,143); }

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

background-color css

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

 a { background-color: rgb(1,214,143); }

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

border-color css

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

 span { border-color: rgb(1,214,143); }

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