Html Css Color HEX #03BB60 Jade

📋 copy color: '#03BB60'

red 3 ◦ green 187 ◦ blue 96

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

Shades of Jade #03BB60

Tints of Jade #03BB60

RGB

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

 GREEN value IS 187 (73.44% from 255) = 65.38%

 BLUE value IS 96 (37.89% from 255) = 33.57%

R = 1.05%
G = 65.38%
B = 33.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#03BB60 (or 0x03BB60) is known color: Jade. HEX triplet: 03, BB and 60. RGB value is (3,187,96). Sum of RGB (Red+Green+Blue) = 3+187+96=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 187 (73.44% from 255 or 65.38% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BB60 is #FC449F. Grayscale: #797979. Windows color (decimal): -16532640 or 6339331. OLE color: 6339331.

HSL color Cylindrical-coordinate representation of color #03BB60: hue angle of 150.33º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BB60 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 187 96 -
CMYK 0.98 0 0.49 0.27
HSL 150.33º 0.97% 0.37% -
HSV(B) 150.33º 0.98% 0.73% -
XYZ 19.92 36.4 17.04 -
YUV 121.61 113.54 43.4 -
System Red Green Blue C M Y K H S L
Decimal 3 187 96 0.98 0 0.49 0.27 150.33 0.97 0.37
Hex 3 BB 60 62 0 31 1B 96 61 25
Octal 3 273 140 142 0 61 33 226 141 45
Binary 11 10111011 1100000 1100010 0 110001 11011 10010110 1100001 100101

Color Harmonies of #03BB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BB60

Black with #03BB60

Text Example


Text Example

White with #03BB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,187,96); }

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

background-color css

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

 a { background-color: rgb(3,187,96); }

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

border-color css

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

 span { border-color: rgb(3,187,96); }

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