#01D69E

Color #01D69E Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #01D69E

Tints of Caribbean Green #01D69E

Color information

#01D69E (or 0x01D69E) is unknown color: approx Caribbean Green. HEX triplet: 01, D6 and 9E. RGB value is (1,214,158). Sum of RGB (Red+Green+Blue) = 1+214+158=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 214 (83.98% from 255 or 57.37% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 214 - color contains mainly: green. Hex color #01D69E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D69E is #FE2961. Grayscale: #8F8F8F. Windows color (decimal): -16656738 or 10409473. OLE color: 10409473.

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

Color convert

RGB1214158-
CMYK1.0000.260.16
HSL164.23º99.07%42.16%-
HSV(B)164.23º99.53%83.92%-
XYZ30.2350.5740.52-
YUV143.93135.9326.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 214 (83.98% from 255) = 57.37%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=0.27%
G=57.37%
B=42.36%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal12141581.0000.260.16164.2399.0742.16
Hex1D69E6401A10a4632a
Octal13262361440322024414352
Binary11101011010011110110010001101010000101001001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01D69E;
 }
 .AnyTagClassName
 {
   color: #01D69E;
 }
</style>
background-color css

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

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

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

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

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

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