Html Css Color HEX #0A6535 Fun Green

📋 copy color: '#0A6535'

red 10 ◦ green 101 ◦ blue 53

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

Shades of Fun Green #0A6535

Tints of Fun Green #0A6535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.32%

R = 6.1%
G = 61.59%
B = 32.32%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#0A6535 (or 0x0A6535) is known color: Fun Green. HEX triplet: 0A, 65 and 35. RGB value is (10,101,53). Sum of RGB (Red+Green+Blue) = 10+101+53=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 101 (39.84% from 255 or 61.59% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 101 - color contains mainly: green. Hex color #0A6535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6535 is #F59ACA. Grayscale: #444444. Windows color (decimal): -16095947 or 3499274. OLE color: 3499274.

HSL color Cylindrical-coordinate representation of color #0A6535: hue angle of 148.35º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6535 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 10 101 53 -
CMYK 0.90 0 0.48 0.60
HSL 148.35º 0.82% 0.22% -
HSV(B) 148.35º 0.9% 0.4% -
XYZ 5.42 9.63 4.94 -
YUV 68.32 119.35 86.4 -
System Red Green Blue C M Y K H S L
Decimal 10 101 53 0.90 0 0.48 0.60 148.35 0.82 0.22
Hex A 65 35 5A 0 30 3C 94 52 16
Octal 12 145 65 132 0 60 74 224 122 26
Binary 1010 1100101 110101 1011010 0 110000 111100 10010100 1010010 10110

Color Harmonies of #0A6535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6535

Black with #0A6535

Text Example


Text Example

White with #0A6535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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