Html Css Color HEX #0A6334 Fun Green

📋 copy color: '#0A6334'

red 10 ◦ green 99 ◦ blue 52

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

Shades of Fun Green #0A6334

Tints of Fun Green #0A6334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 61.49%

 BLUE value IS 52 (20.7% from 255) = 32.3%

R = 6.21%
G = 61.49%
B = 32.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#0A6334 (or 0x0A6334) is known color: Fun Green. HEX triplet: 0A, 63 and 34. RGB value is (10,99,52). Sum of RGB (Red+Green+Blue) = 10+99+52=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6334 is #F59CCB. Grayscale: #434343. Windows color (decimal): -16096460 or 3433226. OLE color: 3433226.

HSL color Cylindrical-coordinate representation of color #0A6334: hue angle of 148.31º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6334 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 99 52 -
CMYK 0.90 0 0.47 0.61
HSL 148.31º 0.82% 0.21% -
HSV(B) 148.31º 0.9% 0.39% -
XYZ 5.21 9.24 4.76 -
YUV 67.03 119.51 87.32 -
System Red Green Blue C M Y K H S L
Decimal 10 99 52 0.90 0 0.47 0.61 148.31 0.82 0.21
Hex A 63 34 5A 0 2F 3D 94 52 15
Octal 12 143 64 132 0 57 75 224 122 25
Binary 1010 1100011 110100 1011010 0 101111 111101 10010100 1010010 10101

Color Harmonies of #0A6334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6334

Black with #0A6334

Text Example


Text Example

White with #0A6334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,99,52); }

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

background-color css

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

 a { background-color: rgb(10,99,52); }

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

border-color css

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

 span { border-color: rgb(10,99,52); }

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