Html Css Color HEX #03AF60 Jade

📋 copy color: '#03AF60'

red 3 ◦ green 175 ◦ blue 96

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

Shades of Jade #03AF60

Tints of Jade #03AF60

RGB

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

 GREEN value IS 175 (68.75% from 255) = 63.87%

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

R = 1.09%
G = 63.87%
B = 35.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#03AF60 (or 0x03AF60) is known color: Jade. HEX triplet: 03, AF and 60. RGB value is (3,175,96). Sum of RGB (Red+Green+Blue) = 3+175+96=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 175 (68.75% from 255 or 63.87% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AF60 is #FC509F. Grayscale: #727272. Windows color (decimal): -16535712 or 6336259. OLE color: 6336259.

HSL color Cylindrical-coordinate representation of color #03AF60: hue angle of 152.44º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AF60 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 175 96 -
CMYK 0.98 0 0.45 0.31
HSL 152.44º 0.97% 0.35% -
HSV(B) 152.44º 0.98% 0.69% -
XYZ 17.48 31.52 16.23 -
YUV 114.57 117.52 48.42 -
System Red Green Blue C M Y K H S L
Decimal 3 175 96 0.98 0 0.45 0.31 152.44 0.97 0.35
Hex 3 AF 60 62 0 2D 1F 98 61 23
Octal 3 257 140 142 0 55 37 230 141 43
Binary 11 10101111 1100000 1100010 0 101101 11111 10011000 1100001 100011

Color Harmonies of #03AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AF60

Black with #03AF60

Text Example


Text Example

White with #03AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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