Html Css Color HEX #03C972 Jade

📋 copy color: '#03C972'

red 3 ◦ green 201 ◦ blue 114

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

Shades of Jade #03C972

Tints of Jade #03C972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 63.21%

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 0.94%
G = 63.21%
B = 35.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#03C972 (or 0x03C972) is known color: Jade. HEX triplet: 03, C9 and 72. RGB value is (3,201,114). Sum of RGB (Red+Green+Blue) = 3+201+114=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 201 (78.91% from 255 or 63.21% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 201 - color contains mainly: green. Hex color #03C972 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C972 is #FC368D. Grayscale: #848484. Windows color (decimal): -16529038 or 7522563. OLE color: 7522563.

HSL color Cylindrical-coordinate representation of color #03C972: hue angle of 153.64º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C972 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 201 114 -
CMYK 0.99 0 0.43 0.21
HSL 153.64º 0.97% 0.4% -
HSV(B) 153.64º 0.99% 0.79% -
XYZ 23.96 43.01 22.96 -
YUV 131.88 117.9 36.07 -
System Red Green Blue C M Y K H S L
Decimal 3 201 114 0.99 0 0.43 0.21 153.64 0.97 0.4
Hex 3 C9 72 63 0 2B 15 9A 61 28
Octal 3 311 162 143 0 53 25 232 141 50
Binary 11 11001001 1110010 1100011 0 101011 10101 10011010 1100001 101000

Color Harmonies of #03C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C972

Black with #03C972

Text Example


Text Example

White with #03C972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,201,114); }

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

background-color css

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

 a { background-color: rgb(3,201,114); }

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

border-color css

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

 span { border-color: rgb(3,201,114); }

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