Html Css Color HEX #03AF68 Jade

📋 copy color: '#03AF68'

red 3 ◦ green 175 ◦ blue 104

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

Shades of Jade #03AF68

Tints of Jade #03AF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 1.06%
G = 62.06%
B = 36.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#03AF68 (or 0x03AF68) is known color: Jade. HEX triplet: 03, AF and 68. RGB value is (3,175,104). Sum of RGB (Red+Green+Blue) = 3+175+104=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AF68 is #FC5097. Grayscale: #737373. Windows color (decimal): -16535704 or 6860547. OLE color: 6860547.

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

Color convert

RGB 3 175 104 -
CMYK 0.98 0 0.41 0.31
HSL 155.23º 0.97% 0.35% -
HSV(B) 155.23º 0.98% 0.69% -
XYZ 17.87 31.68 18.27 -
YUV 115.48 121.52 47.77 -
System Red Green Blue C M Y K H S L
Decimal 3 175 104 0.98 0 0.41 0.31 155.23 0.97 0.35
Hex 3 AF 68 62 0 29 1F 9B 61 23
Octal 3 257 150 142 0 51 37 233 141 43
Binary 11 10101111 1101000 1100010 0 101001 11111 10011011 1100001 100011

Color Harmonies of #03AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AF68

Black with #03AF68

Text Example


Text Example

White with #03AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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