Html Css Color HEX #01650A Green

📋 copy color: '#01650A'

red 1 ◦ green 101 ◦ blue 10

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

Shades of Green #01650A

Tints of Green #01650A

RGB

 RED value IS 1 (0.78% from 255) = 0.89%

 GREEN value IS 101 (39.84% from 255) = 90.18%

 BLUE value IS 10 (4.3% from 255) = 8.93%

R = 0.89%
G = 90.18%
B = 8.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#01650A (or 0x01650A) is known color: Green. HEX triplet: 01, 65 and 0A. RGB value is (1,101,10). Sum of RGB (Red+Green+Blue) = 1+101+10=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 101 (39.84% from 255 or 90.18% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 101 - color contains mainly: green. Hex color #01650A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01650A is #FE9AF5. Grayscale: #3C3C3C. Windows color (decimal): -16685814 or 681217. OLE color: 681217.

HSL color Cylindrical-coordinate representation of color #01650A: hue angle of 125.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01650A is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 101 10 -
CMYK 0.99 0 0.90 0.60
HSL 125.4º 0.98% 0.2% -
HSV(B) 125.4º 0.99% 0.4% -
XYZ 4.72 9.34 1.84 -
YUV 60.73 99.37 85.4 -
System Red Green Blue C M Y K H S L
Decimal 1 101 10 0.99 0 0.90 0.60 125.4 0.98 0.2
Hex 1 65 A 63 0 5A 3C 7D 62 14
Octal 1 145 12 143 0 132 74 175 142 24
Binary 1 1100101 1010 1100011 0 1011010 111100 1111101 1100010 10100

Color Harmonies of #01650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01650A

Black with #01650A

Text Example


Text Example

White with #01650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01650A; }

 p { color: rgb(1,101,10); }

 H1.HeaderClassName
 {
   color: #01650A;
 }
 .AnyTagClassName
 {
   color: #01650A;
 }
</style>

background-color css

<style>
 a { background-color: #01650A; }

 a { background-color: rgb(1,101,10); }

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

border-color css

<style>
 span { border-color: #01650A; }

 span { border-color: rgb(1,101,10); }

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