Html Css Color HEX #01D492 Caribbean Green

📋 copy color: '#01D492'

red 1 ◦ green 212 ◦ blue 146

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

Shades of Caribbean Green #01D492

Tints of Caribbean Green #01D492

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.05%

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 0.28%
G = 59.05%
B = 40.67%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#01D492 (or 0x01D492) is known color: Caribbean Green. HEX triplet: 01, D4 and 92. RGB value is (1,212,146). Sum of RGB (Red+Green+Blue) = 1+212+146=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 212 (83.20% from 255 or 59.05% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 212 - color contains mainly: green. Hex color #01D492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D492 is #FE2B6D. Grayscale: #8D8D8D. Windows color (decimal): -16657262 or 9622529. OLE color: 9622529.

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

Color convert

RGB 1 212 146 -
CMYK 1.00 0 0.31 0.17
HSL 161.23º 0.99% 0.42% -
HSV(B) 161.23º 1% 0.83% -
XYZ 28.74 49.17 35.17 -
YUV 141.39 130.6 27.87 -
System Red Green Blue C M Y K H S L
Decimal 1 212 146 1.00 0 0.31 0.17 161.23 0.99 0.42
Hex 1 D4 92 64 0 1F 11 A1 63 2A
Octal 1 324 222 144 0 37 21 241 143 52
Binary 1 11010100 10010010 1100100 0 11111 10001 10100001 1100011 101010

Color Harmonies of #01D492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D492

Black with #01D492

Text Example


Text Example

White with #01D492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,212,146); }

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

background-color css

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

 a { background-color: rgb(1,212,146); }

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

border-color css

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

 span { border-color: rgb(1,212,146); }

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