Html Css Color HEX #0A6602 Green

📋 copy color: '#0A6602'

red 10 ◦ green 102 ◦ blue 2

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

Shades of Green #0A6602

Tints of Green #0A6602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 89.47%

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

R = 8.77%
G = 89.47%
B = 1.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#0A6602 (or 0x0A6602) is known color: Green. HEX triplet: 0A, 66 and 02. RGB value is (10,102,2). Sum of RGB (Red+Green+Blue) = 10+102+2=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 102 (40.23% from 255 or 89.47% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 102 - color contains mainly: green. Hex color #0A6602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6602 is #F599FD. Grayscale: #3F3F3F. Windows color (decimal): -16095742 or 157194. OLE color: 157194.

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

Color convert

RGB 10 102 2 -
CMYK 0.90 0 0.98 0.6
HSL 115.2º 0.96% 0.2% -
HSV(B) 115.2º 0.98% 0.4% -
XYZ 4.89 9.57 1.65 -
YUV 63.09 93.52 90.13 -
System Red Green Blue C M Y K H S L
Decimal 10 102 2 0.90 0 0.98 0.6 115.2 0.96 0.2
Hex A 66 2 5A 0 62 3C 73 60 14
Octal 12 146 2 132 0 142 74 163 140 24
Binary 1010 1100110 10 1011010 0 1100010 111100 1110011 1100000 10100

Color Harmonies of #0A6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6602

Black with #0A6602

Text Example


Text Example

White with #0A6602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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