Html Css Color HEX #00A465 Jade

📋 copy color: '#00A465'

red 0 ◦ green 164 ◦ blue 101

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

Shades of Jade #00A465

Tints of Jade #00A465

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 164 (64.45% from 255) = 61.89%

 BLUE value IS 101 (39.84% from 255) = 38.11%

R = 0%
G = 61.89%
B = 38.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#00A465 (or 0x00A465) is known color: Jade. HEX triplet: 00, A4 and 65. RGB value is (0,164,101). Sum of RGB (Red+Green+Blue) = 0+164+101=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 164 (64.45% from 255 or 61.89% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 164 - color contains mainly: green. Hex color #00A465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A465 is #FF5B9A. Grayscale: #6B6B6B. Windows color (decimal): -16735131 or 6661120. OLE color: 6661120.

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

Color convert

RGB 0 164 101 -
CMYK 1 0 0.38 0.36
HSL 156.95º 1% 0.32% -
HSV(B) 156.95º 1% 0.64% -
XYZ 15.62 27.49 16.79 -
YUV 107.78 124.17 51.12 -
System Red Green Blue C M Y K H S L
Decimal 0 164 101 1 0 0.38 0.36 156.95 1 0.32
Hex 0 A4 65 64 0 26 24 9D 64 20
Octal 0 244 145 144 0 46 44 235 144 40
Binary 0 10100100 1100101 1100100 0 100110 100100 10011101 1100100 100000

Color Harmonies of #00A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A465

Black with #00A465

Text Example


Text Example

White with #00A465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A465; }

 p { color: rgb(0,164,101); }

 H1.HeaderClassName
 {
   color: #00A465;
 }
 .AnyTagClassName
 {
   color: #00A465;
 }
</style>

background-color css

<style>
 a { background-color: #00A465; }

 a { background-color: rgb(0,164,101); }

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

border-color css

<style>
 span { border-color: #00A465; }

 span { border-color: rgb(0,164,101); }

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