Html Css Color HEX #03B85E Jade

📋 copy color: '#03B85E'

red 3 ◦ green 184 ◦ blue 94

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

Shades of Jade #03B85E

Tints of Jade #03B85E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 65.48%

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 1.07%
G = 65.48%
B = 33.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#03B85E (or 0x03B85E) is known color: Jade. HEX triplet: 03, B8 and 5E. RGB value is (3,184,94). Sum of RGB (Red+Green+Blue) = 3+184+94=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 184 (72.27% from 255 or 65.48% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 184 - color contains mainly: green. Hex color #03B85E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B85E is #FC47A1. Grayscale: #777777. Windows color (decimal): -16533410 or 6207491. OLE color: 6207491.

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

Color convert

RGB 3 184 94 -
CMYK 0.98 0 0.49 0.28
HSL 150.17º 0.97% 0.37% -
HSV(B) 150.17º 0.98% 0.72% -
XYZ 19.2 35.11 16.35 -
YUV 119.62 113.53 44.82 -
System Red Green Blue C M Y K H S L
Decimal 3 184 94 0.98 0 0.49 0.28 150.17 0.97 0.37
Hex 3 B8 5E 62 0 31 1C 96 61 25
Octal 3 270 136 142 0 61 34 226 141 45
Binary 11 10111000 1011110 1100010 0 110001 11100 10010110 1100001 100101

Color Harmonies of #03B85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B85E

Black with #03B85E

Text Example


Text Example

White with #03B85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,184,94); }

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

background-color css

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

 a { background-color: rgb(3,184,94); }

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

border-color css

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

 span { border-color: rgb(3,184,94); }

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