Html Css Color HEX #01CA6F Jade

📋 copy color: '#01CA6F'

red 1 ◦ green 202 ◦ blue 111

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

Shades of Jade #01CA6F

Tints of Jade #01CA6F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.33%

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 0.32%
G = 64.33%
B = 35.35%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#01CA6F (or 0x01CA6F) is known color: Jade. HEX triplet: 01, CA and 6F. RGB value is (1,202,111). Sum of RGB (Red+Green+Blue) = 1+202+111=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CA6F is #FE3590. Grayscale: #838383. Windows color (decimal): -16659857 or 7326209. OLE color: 7326209.

HSL color Cylindrical-coordinate representation of color #01CA6F: hue angle of 152.84º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CA6F is Cyan = 1.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 202 111 -
CMYK 1.00 0 0.45 0.21
HSL 152.84º 0.99% 0.4% -
HSV(B) 152.84º 1% 0.79% -
XYZ 24 43.4 22.15 -
YUV 131.53 116.41 34.9 -
System Red Green Blue C M Y K H S L
Decimal 1 202 111 1.00 0 0.45 0.21 152.84 0.99 0.4
Hex 1 CA 6F 64 0 2D 15 99 63 28
Octal 1 312 157 144 0 55 25 231 143 50
Binary 1 11001010 1101111 1100100 0 101101 10101 10011001 1100011 101000

Color Harmonies of #01CA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CA6F

Black with #01CA6F

Text Example


Text Example

White with #01CA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,202,111); }

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

background-color css

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

 a { background-color: rgb(1,202,111); }

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

border-color css

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

 span { border-color: rgb(1,202,111); }

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