Html Css Color HEX #03AF74 Jade

📋 copy color: '#03AF74'

red 3 ◦ green 175 ◦ blue 116

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

Shades of Jade #03AF74

Tints of Jade #03AF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 1.02%
G = 59.52%
B = 39.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#03AF74 (or 0x03AF74) is known color: Jade. HEX triplet: 03, AF and 74. RGB value is (3,175,116). Sum of RGB (Red+Green+Blue) = 3+175+116=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AF74 is #FC508B. Grayscale: #747474. Windows color (decimal): -16535692 or 7646979. OLE color: 7646979.

HSL color Cylindrical-coordinate representation of color #03AF74: hue angle of 159.42º 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 #03AF74 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 175 116 -
CMYK 0.98 0 0.34 0.31
HSL 159.42º 0.97% 0.35% -
HSV(B) 159.42º 0.98% 0.69% -
XYZ 18.52 31.94 21.71 -
YUV 116.85 127.52 46.8 -
System Red Green Blue C M Y K H S L
Decimal 3 175 116 0.98 0 0.34 0.31 159.42 0.97 0.35
Hex 3 AF 74 62 0 22 1F 9F 61 23
Octal 3 257 164 142 0 42 37 237 141 43
Binary 11 10101111 1110100 1100010 0 100010 11111 10011111 1100001 100011

Color Harmonies of #03AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AF74

Black with #03AF74

Text Example


Text Example

White with #03AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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