Html Css Color HEX #03AB65 Jade

📋 copy color: '#03AB65'

red 3 ◦ green 171 ◦ blue 101

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

Shades of Jade #03AB65

Tints of Jade #03AB65

RGB

 RED value IS 3 (1.56% from 255) = 1.09%

 GREEN value IS 171 (67.19% from 255) = 62.18%

 BLUE value IS 101 (39.84% from 255) = 36.73%

R = 1.09%
G = 62.18%
B = 36.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#03AB65 (or 0x03AB65) is known color: Jade. HEX triplet: 03, AB and 65. RGB value is (3,171,101). Sum of RGB (Red+Green+Blue) = 3+171+101=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #03AB65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AB65 is #FC549A. Grayscale: #707070. Windows color (decimal): -16536731 or 6662915. OLE color: 6662915.

HSL color Cylindrical-coordinate representation of color #03AB65: hue angle of 155º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AB65 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 171 101 -
CMYK 0.98 0 0.41 0.33
HSL 155º 0.97% 0.34% -
HSV(B) 155º 0.98% 0.67% -
XYZ 16.95 30.08 17.23 -
YUV 112.79 121.34 49.69 -
System Red Green Blue C M Y K H S L
Decimal 3 171 101 0.98 0 0.41 0.33 155 0.97 0.34
Hex 3 AB 65 62 0 29 21 9B 61 22
Octal 3 253 145 142 0 51 41 233 141 42
Binary 11 10101011 1100101 1100010 0 101001 100001 10011011 1100001 100010

Color Harmonies of #03AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AB65

Black with #03AB65

Text Example


Text Example

White with #03AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03AB65; }

 p { color: rgb(3,171,101); }

 H1.HeaderClassName
 {
   color: #03AB65;
 }
 .AnyTagClassName
 {
   color: #03AB65;
 }
</style>

background-color css

<style>
 a { background-color: #03AB65; }

 a { background-color: rgb(3,171,101); }

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

border-color css

<style>
 span { border-color: #03AB65; }

 span { border-color: rgb(3,171,101); }

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