Html Css Color HEX #03AF5E Jade

📋 copy color: '#03AF5E'

red 3 ◦ green 175 ◦ blue 94

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

Shades of Jade #03AF5E

Tints of Jade #03AF5E

RGB

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

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

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

R = 1.1%
G = 64.34%
B = 34.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#03AF5E (or 0x03AF5E) is known color: Jade. HEX triplet: 03, AF and 5E. RGB value is (3,175,94). Sum of RGB (Red+Green+Blue) = 3+175+94=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 175 (68.75% from 255 or 64.34% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AF5E is #FC50A1. Grayscale: #727272. Windows color (decimal): -16535714 or 6205187. OLE color: 6205187.

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

Color convert

RGB 3 175 94 -
CMYK 0.98 0 0.46 0.31
HSL 151.74º 0.97% 0.35% -
HSV(B) 151.74º 0.98% 0.69% -
XYZ 17.39 31.49 15.75 -
YUV 114.34 116.52 48.59 -
System Red Green Blue C M Y K H S L
Decimal 3 175 94 0.98 0 0.46 0.31 151.74 0.97 0.35
Hex 3 AF 5E 62 0 2E 1F 98 61 23
Octal 3 257 136 142 0 56 37 230 141 43
Binary 11 10101111 1011110 1100010 0 101110 11111 10011000 1100001 100011

Color Harmonies of #03AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AF5E

Black with #03AF5E

Text Example


Text Example

White with #03AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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