Html Css Color HEX #0A7202 Green

📋 copy color: '#0A7202'

red 10 ◦ green 114 ◦ blue 2

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

Shades of Green #0A7202

Tints of Green #0A7202

RGB

 RED value IS 10 (4.3% from 255) = 7.94%

 GREEN value IS 114 (44.92% from 255) = 90.48%

 BLUE value IS 2 (1.17% from 255) = 1.59%

R = 7.94%
G = 90.48%
B = 1.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#0A7202 (or 0x0A7202) is known color: Green. HEX triplet: 0A, 72 and 02. RGB value is (10,114,2). Sum of RGB (Red+Green+Blue) = 10+114+2=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 114 (44.92% from 255 or 90.48% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7202 is #F58DFD. Grayscale: #464646. Windows color (decimal): -16092670 or 160266. OLE color: 160266.

HSL color Cylindrical-coordinate representation of color #0A7202: hue angle of 115.71º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A7202 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 114 2 -
CMYK 0.91 0 0.98 0.55
HSL 115.71º 0.97% 0.23% -
HSV(B) 115.71º 0.98% 0.45% -
XYZ 6.15 12.1 2.07 -
YUV 70.14 89.54 85.11 -
System Red Green Blue C M Y K H S L
Decimal 10 114 2 0.91 0 0.98 0.55 115.71 0.97 0.23
Hex A 72 2 5B 0 62 37 74 61 17
Octal 12 162 2 133 0 142 67 164 141 27
Binary 1010 1110010 10 1011011 0 1100010 110111 1110100 1100001 10111

Color Harmonies of #0A7202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7202

Black with #0A7202

Text Example


Text Example

White with #0A7202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A7202; }

 p { color: rgb(10,114,2); }

 H1.HeaderClassName
 {
   color: #0A7202;
 }
 .AnyTagClassName
 {
   color: #0A7202;
 }
</style>

background-color css

<style>
 a { background-color: #0A7202; }

 a { background-color: rgb(10,114,2); }

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

border-color css

<style>
 span { border-color: #0A7202; }

 span { border-color: rgb(10,114,2); }

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