Html Css Color HEX #01CA6C Jade

📋 copy color: '#01CA6C'

red 1 ◦ green 202 ◦ blue 108

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

Shades of Jade #01CA6C

Tints of Jade #01CA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 0.32%
G = 64.95%
B = 34.73%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#01CA6C (or 0x01CA6C) is known color: Jade. HEX triplet: 01, CA and 6C. RGB value is (1,202,108). Sum of RGB (Red+Green+Blue) = 1+202+108=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 202 (79.30% from 255 or 64.95% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CA6C is #FE3593. Grayscale: #838383. Windows color (decimal): -16659860 or 7129601. OLE color: 7129601.

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

Color convert

RGB 1 202 108 -
CMYK 1.00 0 0.47 0.21
HSL 151.94º 0.99% 0.4% -
HSV(B) 151.94º 1% 0.79% -
XYZ 23.84 43.33 21.29 -
YUV 131.19 114.91 35.14 -
System Red Green Blue C M Y K H S L
Decimal 1 202 108 1.00 0 0.47 0.21 151.94 0.99 0.4
Hex 1 CA 6C 64 0 2F 15 98 63 28
Octal 1 312 154 144 0 57 25 230 143 50
Binary 1 11001010 1101100 1100100 0 101111 10101 10011000 1100011 101000

Color Harmonies of #01CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CA6C

Black with #01CA6C

Text Example


Text Example

White with #01CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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