Html Css Color HEX #03A26E Jade

📋 copy color: '#03A26E'

red 3 ◦ green 162 ◦ blue 110

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

Shades of Jade #03A26E

Tints of Jade #03A26E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 58.91%

 BLUE value IS 110 (43.36% from 255) = 40%

R = 1.09%
G = 58.91%
B = 40%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#03A26E (or 0x03A26E) is known color: Jade. HEX triplet: 03, A2 and 6E. RGB value is (3,162,110). Sum of RGB (Red+Green+Blue) = 3+162+110=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #03A26E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A26E is #FC5D91. Grayscale: #6C6C6C. Windows color (decimal): -16539026 or 7250435. OLE color: 7250435.

HSL color Cylindrical-coordinate representation of color #03A26E: hue angle of 160.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A26E is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 162 110 -
CMYK 0.98 0 0.32 0.36
HSL 160.38º 0.96% 0.32% -
HSV(B) 160.38º 0.98% 0.64% -
XYZ 15.77 26.99 19.13 -
YUV 108.53 128.82 52.73 -
System Red Green Blue C M Y K H S L
Decimal 3 162 110 0.98 0 0.32 0.36 160.38 0.96 0.32
Hex 3 A2 6E 62 0 20 24 A0 60 20
Octal 3 242 156 142 0 40 44 240 140 40
Binary 11 10100010 1101110 1100010 0 100000 100100 10100000 1100000 100000

Color Harmonies of #03A26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A26E

Black with #03A26E

Text Example


Text Example

White with #03A26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,162,110); }

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

background-color css

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

 a { background-color: rgb(3,162,110); }

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

border-color css

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

 span { border-color: rgb(3,162,110); }

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